data360-mcp-explorer / src /data360 /mcp_server /_server_definition.py
Hugging Face Deployer
Deploy explorer to Hugging Face Spaces
2f203f5
Raw
History Blame Contribute Delete
183 Bytes
from fastmcp import FastMCP
# NOTE: base definition to allow for mounting of resources, prompts, tools, independently
mcp = FastMCP(
"Data360 MCP Server",
version="0.1.0",
)