Fix FastMCP constructor to use correct parameter names
All checks were successful
Build And Test / publish (push) Successful in 44s
All checks were successful
Build And Test / publish (push) Successful in 44s
The FastMCP API uses 'instructions' instead of 'description'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -28,8 +28,8 @@ logging.basicConfig(
|
|||||||
|
|
||||||
# Initialize MCP server
|
# Initialize MCP server
|
||||||
mcp = FastMCP(
|
mcp = FastMCP(
|
||||||
settings.server_name,
|
name=settings.server_name,
|
||||||
description="Personal Information Management MCP Server for Email, Calendar, and Contacts",
|
instructions="Personal Information Management MCP Server for Email, Calendar, and Contacts",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Initialize services based on configuration
|
# Initialize services based on configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user