Skip to content

Commit bf7b4be

Browse files
feat(mcp): add FastMCP dependency and base constraints
Add FastMCP package dependency to requirements/base.txt for MCP service functionality. Include base-constraint.txt for dependency version management. Update pyproject.toml with any related configuration changes.
1 parent 0e90b44 commit bf7b4be

File tree

3 files changed

+473
-1
lines changed

3 files changed

+473
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ solr = ["sqlalchemy-solr >= 0.2.0"]
139139
elasticsearch = ["elasticsearch-dbapi>=0.2.9, <0.3.0"]
140140
exasol = ["sqlalchemy-exasol >= 2.4.0, <3.0"]
141141
excel = ["xlrd>=1.2.0, <1.3"]
142+
fastmcp = ["fastmcp>=2.12.3"]
142143
firebird = ["sqlalchemy-firebird>=0.7.0, <0.8"]
143144
firebolt = ["firebolt-sqlalchemy>=1.0.0, <2"]
144145
gevent = ["gevent>=23.9.1"]

0 commit comments

Comments
 (0)