Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"hostedMcp": {
"url": "https://mcp.agentmail.to/mcp",
"source": "https://github.com/agentmail-to/agentmail-manufact-mcp"
"source": "https://github.com/agentmail-to/agentmail-mcp"
},
"specifications": {
"openapi": "https://docs.agentmail.to/openapi.json",
Expand Down
5 changes: 5 additions & 0 deletions scripts/validate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ def check_path(owner: str, value: object) -> None:
stale_patterns = {
'"AGENTMAIL_API_KEY": ""': "empty API-key override",
'https://mcp.agentmail.to"': "hosted MCP URL missing /mcp",
"https://github.com/agentmail-to/agentmail-manufact-mcp": "retired hosted-source repository",
"https://github.com/agentmail-to/agentmail-smithery-mcp": "retired Smithery-source repository",
"@agentmail/mcp": "nonexistent npm package",
"https://agentmail.run.tools": "retired Smithery deployment",
"https://server.smithery.ai/agentmail": "retired Registry endpoint",
"[TODO:": "unresolved skill placeholder",
}

Expand Down
2 changes: 1 addition & 1 deletion skills/agentmail-mcp/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ The hosted server covers core inbox, message, thread, search, draft, attachment,
- A 401 with OAuth usually means the sign-in is incomplete or the session expired.
- A 401 with API-key auth usually means `AGENTMAIL_API_KEY` was not available to the client process or the key was revoked.
- Use the full `am_` key value and prefer the narrowest suitable organization, pod, or inbox scope.
- The published local `agentmail-mcp` package may lag the hosted API. Use it only after verifying its installed SDK and toolkit versions against the required features.
- For a stdio-only client, use the supported npm or PyPI `agentmail-mcp` compatibility bridge. Both discover tools dynamically from the hosted server.
Loading