Skip to content

Commit 4ae1712

Browse files
committed
Remove duplicate pyproject.toml, consolidate MCP deps
The src/core/pyproject.toml was unnecessary since src/pyproject.toml already exists and properly packages openenv_core. MCP dependencies (mcp, fastmcp) are now in the correct location.
1 parent 1c559ab commit 4ae1712

File tree

2 files changed

+2
-49
lines changed

2 files changed

+2
-49
lines changed

src/core/pyproject.toml

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ dependencies = [
2525
"rich>=13.0.0",
2626
"tomli>=2.0.1",
2727
"tomli-w>=1.0.0",
28+
"mcp>=1.0.0",
29+
"fastmcp>=0.1.0",
2830
]
2931

3032
[project.optional-dependencies]

0 commit comments

Comments
 (0)