Skip to content

Commit c957dad

Browse files
chore(deps): bump fastmcp from 2.10.2 to 2.13.0 in the pip group across 1 directory (#274)
* chore(deps): bump fastmcp in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [fastmcp](https://github.com/jlowin/fastmcp). Updates `fastmcp` from 2.10.2 to 2.13.0 - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v2.10.2...v2.13.0) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.13.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * fix: import path --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan Wang <jonathan@pathintegral.xyz>
1 parent a4e93ed commit c957dad

3 files changed

Lines changed: 1387 additions & 787 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"requests>=2.28.0",
2727
"pydantic>=2.5.1,<2.12.0",
2828
"mcp>=1.8.0",
29-
"fastmcp==2.10.2",
29+
"fastmcp==2.13.0",
3030
"ruamel-yaml>=0.18.10",
3131
"watchfiles>=1.0.4",
3232
"duckdb>=1.2.2",

src/mcpm/fastmcp_integration/proxy.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
from typing import Dict, List, Optional
77

88
from fastmcp import FastMCP
9-
from fastmcp.utilities.mcp_config import (
10-
MCPConfig,
11-
RemoteMCPServer,
12-
StdioMCPServer,
13-
)
9+
from fastmcp.mcp_config import MCPConfig, RemoteMCPServer, StdioMCPServer
1410

1511
from mcpm.core.schema import CustomServerConfig, RemoteServerConfig, ServerConfig, STDIOServerConfig
1612
from mcpm.monitor.base import AccessMonitor, SessionTransport

0 commit comments

Comments
 (0)