Skip to content

Commit 3a02a75

Browse files
committed
Start pytest-resource-tag with pull from mcp-context-forge
1 parent 04789d8 commit 3a02a75

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ dev = [
109109
"importchecker>=3.0",
110110
"interrogate>=1.7.0",
111111
"isort>=6.1.0",
112+
"mcp-contextforge-gateway[playwright]",
112113
"mypy>=1.18.2",
113114
"pexpect>=4.9.0",
114115
"pip-licenses>=5.0.0",
@@ -685,3 +686,11 @@ quiet = false
685686
whitelist-regex = []
686687
color = true
687688
omit-covered-files = false
689+
690+
[tool.uv.workspace]
691+
members = [
692+
".",
693+
]
694+
695+
[tool.uv.sources]
696+
mcp-contextforge-gateway = { workspace = true }

uv.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)