Skip to content

Add sample email-agent.claude-project to MCP documentation page#115

Merged
tayyebi merged 2 commits intomainfrom
copilot/add-email-agent-sample-file
Feb 25, 2026
Merged

Add sample email-agent.claude-project to MCP documentation page#115
tayyebi merged 2 commits intomainfrom
copilot/add-email-agent-sample-file

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

Adds a ready-to-use Claude project file sample to the MCP admin page so users can connect Claude directly to their mail server without manual configuration research.

Changes

  • templates/mcp/page.html — new "Claude Project File" section inserted between the Tools table and the Usage examples, containing the full email-agent.claude-project JSON with:
    • Agent instructions covering safe read-before-act, approval-before-send/delete, and tone-matching behaviours
    • mcpServers block with {{ endpoint_url }} templated dynamically from the server's own MCP endpoint
    • YOUR_PASSWORD placeholder with inline guidance to replace it
{
  "name": "Email Automation Agent",
  "mcpServers": {
    "mailserver": {
      "url": "{{ endpoint_url }}",
      "auth": { "type": "basic", "username": "admin", "password": "YOUR_PASSWORD" }
    }
  }
}

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: tayyebi <14053493+tayyebi@users.noreply.github.com>
Copilot AI changed the title [WIP] Add sample email-agent.calude-project file to MCP documentation Add sample email-agent.claude-project to MCP documentation page Feb 25, 2026
@tayyebi tayyebi marked this pull request as ready for review February 25, 2026 21:02
@tayyebi tayyebi merged commit 909bfc2 into main Feb 25, 2026
1 check passed
@tayyebi tayyebi deleted the copilot/add-email-agent-sample-file branch February 25, 2026 21:02
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