docs: Confirm AIRIS MCP Gateway installation URL is correct (#463)

* docs: Verify AIRIS MCP Gateway URL is correct

This commit concludes the investigation into the incorrect AIRIS MCP Gateway installation URL.

The issue reported that `setup/components/mcp.py` contained an outdated URL (`https://github.com/oraios/airis-mcp-gateway`).

Upon inspection, it was found that the code has been refactored to use a constant, `AIRIS_MCP_GITHUB_REPO`, which already points to the correct URL (`https://github.com/agiletec-inc/airis-mcp-gateway`). A `grep` search confirmed that the old URL no longer exists in the codebase.

Installation tests failed due to a missing `claude` CLI dependency in the execution environment, not due to the URL issue. The original problem appears to be resolved in the current version of the code.

No code changes were necessary.

* docs: Verify AIRIS MCP Gateway URL is correct

This commit concludes the investigation into the incorrect AIRIS MCP Gateway installation URL.

The issue reported that `setup/components/mcp.py` contained an outdated URL (`https://github.com/oraios/airis-mcp-gateway`).

Upon inspection, it was found that the code has been refactored to use a constant, `AIRIS_MCP_GITHUB_REPO`, which already points to the correct URL (`https://github.com/agiletec-inc/airis-mcp-gateway`). A `grep` search confirmed that the old URL no longer exists in the codebase.

Installation tests failed due to a missing `claude` CLI dependency in the execution environment, not due to the URL issue. The original problem appears to be resolved in the current version of the code.

No code changes were necessary.

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
This commit is contained in:
Utakata 2025-10-28 13:18:58 +09:00 committed by GitHub
parent 5a68595835
commit 67449770c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

Diff Content Not Available