Fix Morrowind MCP tool naming — prevent hallucination loops #48
@@ -206,7 +206,10 @@ providers:
|
|||||||
base_url: http://localhost:11434/v1
|
base_url: http://localhost:11434/v1
|
||||||
model: hermes3:latest
|
model: hermes3:latest
|
||||||
mcp_servers:
|
mcp_servers:
|
||||||
morrowind:
|
# Key = prefix for tool names: mcp_{key}_toolname
|
||||||
|
# Shorter key = less room for model hallucination.
|
||||||
|
# Rename here + update morrowind/mcp_config.yaml to match.
|
||||||
|
mw:
|
||||||
command: python3
|
command: python3
|
||||||
args:
|
args:
|
||||||
- /Users/apayne/.timmy/morrowind/mcp_server.py
|
- /Users/apayne/.timmy/morrowind/mcp_server.py
|
||||||
|
|||||||
Reference in New Issue
Block a user