From fbe71ff3cf063c288f39d0afab1b370b2e9af7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 15 Jan 2026 19:57:01 +0100 Subject: [PATCH 1/2] Fix MCP project repository url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio Castaño Arteaga --- landscape.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landscape.yml b/landscape.yml index f93b40f..9d2b5b2 100644 --- a/landscape.yml +++ b/landscape.yml @@ -597,7 +597,7 @@ categories: description: An open protocol that enables seamless integration between LLM applications and external data sources and tools. homepage_url: https://modelcontextprotocol.io/ logo: model-context-protocol.png - repo_url: https://github.com/modelcontextprotocol + repo_url: https://github.com/modelcontextprotocol/modelcontextprotocol - item: name: goose description: An open source, extensible AI agent that goes beyond code suggestions. Install, execute, edit, and test with any LLM. From 2b191cd9fc63e066c0672afb3f50c231c665faee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Casta=C3=B1o=20Arteaga?= Date: Thu, 15 Jan 2026 19:59:37 +0100 Subject: [PATCH 2/2] Update URL in preview workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sergio Castaño Arteaga --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 6803ed1..54df743 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/github-script@v7 env: - LANDSCAPE_URL: 'https://aaif.landscape2.io/' + LANDSCAPE_URL: 'https://aaif.landscape2.io' DATA_FILE: 'landscape.yml' LOGOS_PATH: 'hosted_logos' OWNER: ${{ github.event.pull_request.head.repo.owner.login }}