Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
mcp_tool_name.py 220 B
from fastmcp import FastMCP

# Initialize MCP server
mcp = FastMCP("Your tool name")
print(f"Starting server {mcp.name}")

@mcp.tool()
def enter_tool_name(location_query: str):
    """YOur tool definition goes here"""