Distinguish Agent/MCP/A2A/etc models in OASF object #178
-
Hi Team, is
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @nishantapatil3, great question. Although it is possible to use custom types for objects, some operations on the Directory side will not be supported. The Directory API relies on the general OASF object to enable things like search, announcement, discovery, and other operations in order to support other usage flows. For custom objects, only the storage is supported. Hope this answers your question. |
Beta Was this translation helpful? Give feedback.
Hi @nishantapatil3
There is no such thing as an MCP card AFAICT. There is an in-progress work on an MCP extension in OASF but nothing in OASF prevents a user from adding several objects into a record. Having said that, you can say that a record which contains a single MCP extension is what you may want to call MCP card by using the A2A terminology, which you mix here.
However, I would not mix the two things because an A2A card is an object A2A defines unambiguously.
The current work on the MCP extension is to make sure some downstream applications can use it to announce and discover MCP servers records by using agent directory. The current first example is Microsoft Copilot in VSCode, but…