Skip to content

Add AGENTS.md — MCP Agent Instructions#1663

Open
javierfajardo85-rgb wants to merge 1 commit into
langfuse:mainfrom
javierfajardo85-rgb:mai1-agents-md
Open

Add AGENTS.md — MCP Agent Instructions#1663
javierfajardo85-rgb wants to merge 1 commit into
langfuse:mainfrom
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/langfuse-python-v1
Reliability score: 0.8

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.

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This pull request is from a fork — automated review is disabled. A repository maintainer can comment @claude review to run a one-time review.

@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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