Skip to content

feat: add MCP server for AI assistant integration#1

Merged
golgoth31 merged 1 commit into
mainfrom
feature/mcp-server
Feb 17, 2026
Merged

feat: add MCP server for AI assistant integration#1
golgoth31 merged 1 commit into
mainfrom
feature/mcp-server

Conversation

@golgoth31

Copy link
Copy Markdown
Owner

Add Model Context Protocol (MCP) server to enable AI assistants like Claude to search and query FQDNs without using the web UI.

New MCP tools:

  • search_fqdns: Search FQDNs with filters (query, source, group, portal, namespace)
  • list_portals: List all available portals
  • get_fqdn_details: Get detailed information about a specific FQDN

New CLI flags:

  • --enable-mcp: Enable the MCP server (default: false)
  • --mcp-transport: Transport type 'stdio' or 'sse' (default: stdio)
  • --mcp-bind-address: SSE server address (default: :8081)

Test coverage: 89.4% for the MCP package (32 tests)

Add Model Context Protocol (MCP) server to enable AI assistants like
Claude to search and query FQDNs without using the web UI.

New MCP tools:
- search_fqdns: Search FQDNs with filters (query, source, group, portal, namespace)
- list_portals: List all available portals
- get_fqdn_details: Get detailed information about a specific FQDN

New CLI flags:
- --enable-mcp: Enable the MCP server (default: false)
- --mcp-transport: Transport type 'stdio' or 'sse' (default: stdio)
- --mcp-bind-address: SSE server address (default: :8081)

Test coverage: 89.4% for the MCP package (32 tests)
@golgoth31 golgoth31 merged commit 5f2aecd into main Feb 17, 2026
4 of 6 checks passed
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.

1 participant