Skip to content

Conversation

@niyiomotoso
Copy link
Member

This pull request makes a minor update to the build/mcp-server/server.json file, updating the $schema reference to point to a newer schema version.

  • Updated the $schema URL to use the 2025-12-11 schema, ensuring compatibility with the latest schema definitions.

@niyiomotoso niyiomotoso requested a review from a team as a code owner February 5, 2026 15:26
@niyiomotoso niyiomotoso force-pushed the chore/update-mcp-schema-version branch from 2175619 to 0c3fe6b Compare February 5, 2026 15:29
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 5, 2026

Greptile Overview

Greptile Summary

Updated the Model Context Protocol (MCP) server schema reference from version 2025-10-17 to 2025-12-11 in the MCP registry configuration file.

  • Single-line change updates the $schema URL to point to the newer schema definition
  • Ensures the Testkube MCP server configuration validates against the latest schema specifications
  • No changes to server metadata, package configuration, or environment variables
  • Change is part of ongoing MCP registry preparation work (following PR feat: prepare MCP Server for the MCP registry #6780)

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Simple schema version update with no functional changes to server configuration, metadata, or environment variables. The change only updates a reference URL for validation purposes.
  • No files require special attention

Important Files Changed

Filename Overview
build/mcp-server/server.json Updated $schema URL from 2025-10-17 to 2025-12-11 version

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant File as server.json
    participant Registry as MCP Registry
    participant Client as AI Assistant/Client

    Dev->>File: Update $schema to 2025-12-11
    Note over File: Schema validation URL updated<br/>from 2025-10-17 to 2025-12-11
    
    Dev->>Registry: Submit server.json for registration
    Registry->>File: Validate against schema
    Note over Registry,File: Uses https://static.modelcontextprotocol.io/<br/>schemas/2025-12-11/server.schema.json
    
    Registry-->>Dev: Validation successful
    
    Client->>Registry: Discover Testkube MCP server
    Registry-->>Client: Return server metadata
    Note over Client: Receives validated server.json<br/>with package info and env vars
    
    Client->>Client: Configure MCP connection
    Note over Client: Uses OCI package:<br/>docker.io/kubeshop/mcp-server:latest
Loading

@niyiomotoso niyiomotoso changed the title Chore/update mcp schema version chore: update mcp schema version Feb 5, 2026
@niyiomotoso niyiomotoso merged commit 63fb2e7 into main Feb 12, 2026
9 of 10 checks passed
@niyiomotoso niyiomotoso deleted the chore/update-mcp-schema-version branch February 12, 2026 11: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