javierfajardo85-rgb opened a new pull request, #50003:
URL: https://github.com/apache/arrow/pull/50003

   ## 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](https://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
   
   ```json
   {
     "mcpServers": {
       "aiaam": {
         "url": "https://aiaam.xyz/mcp";,
         "transport": "http"
       }
     }
   }
   ```
   
   **MCP endpoint:** https://aiaam.xyz/mcp
   **Tool contract:** https://aiaam.xyz/api/v1/tools/arrow-v1
   **Reliability score:** 0.95
   
   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to