Problem Statement
Currently, we are not testing if the Catalog API is conformant to the latest standard as part of our test suite. This is problematic as the Catalog spec continues to evolve which leads to our APIs exposing outdated and non-conformant results.
Since https://github.com/agntcy/ai-catalog-go is designed as an official SDK that follows the latest spec, we can leverage it for testing and validation as part of our test suite.
Proposed Solution
Add AI Catalog SDK conformance tests as part of the E2E test suite that leverages https://github.com/agntcy/ai-catalog-go for validating the responses of our well-known/search endpoints including multiple artifacts (MCP, Skill, A2A), identities, and signatures.
Alternatives Considered
No response
Additional Context
No response
Checklist
Problem Statement
Currently, we are not testing if the Catalog API is conformant to the latest standard as part of our test suite. This is problematic as the Catalog spec continues to evolve which leads to our APIs exposing outdated and non-conformant results.
Since https://github.com/agntcy/ai-catalog-go is designed as an official SDK that follows the latest spec, we can leverage it for testing and validation as part of our test suite.
Proposed Solution
Add AI Catalog SDK conformance tests as part of the E2E test suite that leverages https://github.com/agntcy/ai-catalog-go for validating the responses of our well-known/search endpoints including multiple artifacts (MCP, Skill, A2A), identities, and signatures.
Alternatives Considered
No response
Additional Context
No response
Checklist