Skip to content

Commit 1e7845f

Browse files
authored
Merge pull request #382 from mhartmay/mcp
Improve `vng-mcp` integration
2 parents 54fa667 + 58138e3 commit 1e7845f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "virtme-ng"
33
dynamic = ["version", "license", "authors", "dependencies", "readme", "description", "classifiers", "scripts"]
44
requires-python = ">=3.10"
55

6+
[project.optional-dependencies]
7+
mcp = ["mcp>=0.9.0", "anyio>=4.0.0"]
8+
69
[build-system]
710
requires = [
811
"argparse-manpage[setuptools]",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def run(self):
157157
"console_scripts": [
158158
"vng = virtme_ng.run:main",
159159
"virtme-ng = virtme_ng.run:main",
160-
"vng-mcp = virtme_ng.mcp:main",
160+
"vng-mcp = virtme_ng.mcp:main [mcp]",
161161
"virtme-run = virtme.commands.run:main",
162162
"virtme-configkernel = virtme.commands.configkernel:main",
163163
"virtme-mkinitramfs = virtme.commands.mkinitramfs:main",

0 commit comments

Comments
 (0)