Add a MCP endpoint to the host orchestrator with create_cvd and list_cvds tools#2501
Add a MCP endpoint to the host orchestrator with create_cvd and list_cvds tools#2501Databean wants to merge 1 commit intogoogle:mainfrom
Conversation
| router.Handle("/cvd_imgs_dirs/{id}", httpHandler(&updateImageDirectoryHandler{c.ImageDirectoriesManager, c.OperationManager, c.UserArtifactsManager})).Methods("PUT") | ||
| router.Handle("/cvd_imgs_dirs/{id}", httpHandler(&deleteImageDirectoryHandler{c.ImageDirectoriesManager, c.OperationManager})).Methods("DELETE") | ||
| router.Handle("/reset", httpHandler(&resetCVDHandler{c.OperationManager})).Methods("POST") | ||
| router.PathPrefix("/sse").Handler(NewMCPHandler(c.Config, c.OperationManager, c.UserArtifactsManager)).Methods("DELETE", "GET", "POST") |
There was a problem hiding this comment.
let's version this endpoint: /v0/sse
|
Created #2504 to update the go version first |
|
If we want to run in several environments like local directly, inside each pods, remote ARM servers, it means we need to set up remote(even local) mcp server for each.(not sure mcp server is dynamically loadable by an agent or skill) Maybe skill for each HO API might be universal(and let a user specify ip addr with the same skill) |
…cvds tools Assisted-by: Antigravity:Gemini Next
|
Sorry, I don't have clear context about this MCP endpoint yet. I'm curious whether this will replace the role of CF MCP server on top of Context: b/502711134 |
Assisted-by: Antigravity:Gemini Next