Skip to content

Add AGENTS.md — MCP Agent Instructions#1112

Closed
javierfajardo85-rgb wants to merge 1 commit into
agronholm:masterfrom
javierfajardo85-rgb:mai1-agents-md
Closed

Add AGENTS.md — MCP Agent Instructions#1112
javierfajardo85-rgb wants to merge 1 commit into
agronholm:masterfrom
javierfajardo85-rgb:mai1-agents-md

Conversation

@javierfajardo85-rgb
Copy link
Copy Markdown

What is this?

This PR adds an AGENTS.md file that helps AI agents (Claude Code, GitHub Copilot, Cursor, Gemini CLI) use this tool more efficiently via the aiaam.xyz MAI-1 registry.

What this does

  • Saves ~4,800 tokens per agent interaction vs parsing the full README
  • Provides a direct MCP endpoint for structured tool consumption
  • Follows the emerging AGENTS.md convention for agentic repositories

MCP configuration added

{
  "mcpServers": {
    "aiaam": {
      "url": "https://aiaam.xyz/mcp",
      "transport": "http"
    }
  }
}

MCP endpoint: https://aiaam.xyz/mcp
Tool contract: https://aiaam.xyz/api/v1/tools/apscheduler-v1
Reliability score: 0.9

The contract is verified by triple-check: schema validation + URL reachability + Docker sandbox install.

Feel free to close if this doesn't fit your project — no hard feelings.

@agronholm
Copy link
Copy Markdown
Owner

Yeah, I don't think I'm going to merge this. I have AGENTS.md files in some of my other projects and they don't involve MCP servers. So, no thanks.

@agronholm agronholm closed this May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants