File size: 183 Bytes
2f203f5 | 1 2 3 4 5 6 7 8 | 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",
)
|
2f203f5 | 1 2 3 4 5 6 7 8 | 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",
)
|