mcnoaa-tides/.mcp.json
Ryan Malloy 9f6d7bb4ac Rename package from noaa-tides to mcnoaa-tides
Distribution name, import package, entry point script, MCP config,
and all internal references updated. Git tracks the directory rename
so file history is preserved.
2026-02-22 16:53:56 -07:00

9 lines
165 B
JSON

{
"mcpServers": {
"mcnoaa-tides": {
"command": "uv",
"args": ["run", "--directory", "/home/rpm/claude/mat/noaa-tides", "mcnoaa-tides"]
}
}
}