Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 30, 2024
1 parent 85efc4f commit 0a996ea
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,4 @@ def serve_mcp(ctx, config: str = "src/llmling/config_resources/test.yml"):
def inspect(ctx):
"""Start the MCP Inspector to debug our server."""
# Use the uvx variant since we're using uv
ctx.run("npx -y @modelcontextprotocol/inspector@latest uvx --directory . run llmling")


@duty(capture=False)
def inspect_config(ctx, config: str = "src/llmling/config_resources/test.yml"):
"""Start the MCP Inspector with a specific config file."""
ctx.run(
f"npx -y @modelcontextprotocol/inspector@latest uvx --directory . run llmling {config}"
)
ctx.run("npx -y @modelcontextprotocol/inspector@latest")

0 comments on commit 0a996ea

Please sign in to comment.