Skip to content

Commit 9e9c6a0

Browse files
committed
remove old code
1 parent 37174ce commit 9e9c6a0

File tree

9 files changed

+2
-408
lines changed

9 files changed

+2
-408
lines changed

requirements.txt

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

src/mcpm/cli.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
edit,
1717
stash,
1818
pop,
19-
server,
2019
client,
2120
inspector,
2221
add,
@@ -111,7 +110,6 @@ def main(ctx, help_flag):
111110
commands_table.add_row(" [cyan]list[/]", "List all installed MCP servers.")
112111
commands_table.add_row(" [cyan]remove[/]", "Remove an installed MCP server.")
113112
commands_table.add_row(" [cyan]search[/]", "Search available MCP servers.")
114-
commands_table.add_row(" [cyan]server[/]", "Manage MCP server processes.")
115113
commands_table.add_row(" [cyan]stash[/]", "Temporarily store a server configuration aside.")
116114
commands_table.add_row(" [cyan]pop[/]", "Restore a previously stashed server configuration.")
117115
console.print(commands_table)
@@ -131,7 +129,7 @@ def main(ctx, help_flag):
131129

132130
main.add_command(stash.stash)
133131
main.add_command(pop.pop)
134-
main.add_command(server.server)
132+
135133
main.add_command(client.client)
136134
main.add_command(inspector.inspector, name="inspector")
137135

src/mcpm/commands/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"pop",
1212
"remove",
1313
"search",
14-
"server",
1514
"stash"
1615
]
1716

@@ -24,5 +23,5 @@
2423
from . import pop
2524
from . import remove
2625
from . import search
27-
from . import server
26+
2827
from . import stash

src/mcpm/commands/config.py

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

src/mcpm/commands/disable.py

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

src/mcpm/commands/enable.py

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

src/mcpm/commands/server.py

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

0 commit comments

Comments
 (0)