mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-21 21:14:17 +02:00
Merge pull request #222 from lingfengchencn/patch-2
fix fastmcp version ,python path valueError
This commit is contained in:
commit
d6bf0b98c8
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ def version(ctx: Context):
|
|||
"MCP version": importlib.metadata.version("mcp"),
|
||||
"Python version": platform.python_version(),
|
||||
"Platform": platform.platform(),
|
||||
"FastMCP root path": f"~/{Path(__file__).resolve().parents[3].relative_to(Path.home())}",
|
||||
"FastMCP root path": Path(fastmcp.__file__).resolve().parents[1],
|
||||
}
|
||||
|
||||
g = Table.grid(padding=(0, 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue