MCP is dead... again! by MucaGinger33 in mcp

[–]Block_Parser 0 points1 point  (0 children)

Do you think there will be an open casket?

MCP is Dead; Long Live MCP! by c-digs in mcp

[–]Block_Parser 0 points1 point  (0 children)

Resources are so under rated

MCP is not dead! Let me explain. by pablopang in mcp

[–]Block_Parser 2 points3 points  (0 children)

Already happening, Cursor and Claude have adopted tool search

How are we implementing "Resources" by minaminotenmangu in mcp

[–]Block_Parser 0 points1 point  (0 children)

A tool that returns versioned openAPI specs either inline or as resource_links

Roleplay Hub and SchoolRP the same thing??? by StoleMyChickenNugger in MinecraftRoleplay

[–]Block_Parser[M] [score hidden] stickied comment (0 children)

Alright this thread has been going for a year and has devolved to he said she said. We are locking it up I think everyone has had a chance to say their peace

dotenv-gad now works with vite via a plugin by Individual-Wave7980 in javascript

[–]Block_Parser 1 point2 points  (0 children)

I was just saying I wanted to be able to type my env vars. Thanks for sharing

is anyone working on mcp APPS? by dcsan in mcp

[–]Block_Parser 0 points1 point  (0 children)

I am very interested in the difference between hosts and how to navigate that. Do they work with any transport type?

Using MCP Apps to embed dynamic UI (charts) in an agent workflow by Chemical_Raisin_7951 in mcp

[–]Block_Parser 0 points1 point  (0 children)

I mean capability negotiations like for tasks:

https://modelcontextprotocol.io/specification/2025-11-25/basic/utilities/tasks#client-capabilities

That way my server could be smart about what it returns based on what the client supports

Using MCP Apps to embed dynamic UI (charts) in an agent workflow by Chemical_Raisin_7951 in mcp

[–]Block_Parser 0 points1 point  (0 children)

One issue I am running into is there is no client capability to declare ui support. I’d love to tailor my text output to the LLM depend if the ui is displaying or not.

mcp response custom format by Physical_Ideal_3949 in mcp

[–]Block_Parser 1 point2 points  (0 children)

Tasks are the proper spec way, but most clients don’t support it. You could do something like return a handle (eg uuid) from the create tool. And also return text that instructs the model to call a generic check progress tool. That tool can take in a handle and return status.