Replies: 10 comments 14 replies
-
There is a range of out-of-the-box options to evaluate for connectivity.
|
Beta Was this translation helpful? Give feedback.
-
Quarkus MCP server for JDBCJDBC doesn't sound too bad. I am trying to follow the README. docker run --rm -it --name=cratedb \
--publish=4200:4200 --publish=5432:5432 \
--env=CRATE_HEAP_SIZE=2g crate/crate:nightly \
-Cdiscovery.type=single-node brew install jbang
jbang run --java=21 jdbc@quarkiverse/quarkus-mcp-servers jdbc:postgresql://localhost:5432/doc -u crate NB: When using |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
Evolution of the MCP specification
|
Beta Was this translation helpful? Give feedback.
-
Update 2025W15: MCP interoperabilityOther vendors also start using MCP. Let's check the interoperability landscape a bit. |
Beta Was this translation helpful? Give feedback.
-
Update 2025W16: MCP securityA few pieces have been written and collected that elaborate about security details of MCP.
|
Beta Was this translation helpful? Give feedback.
-
Update 2025W18: Announcements
-- Thanks, @kneth. |
Beta Was this translation helpful? Give feedback.
-
Update 2025W20: MCP servers
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
About
Model Context Protocol (MCP)
Details
Thoughts
MCP looks reasonable, possibly powerful, but on the other hand conceptually also a bit weak.
References
/cc @kneth, @surister, @hlcianfagna
Beta Was this translation helpful? Give feedback.
All reactions