Yogesh-sarma/javaone-mcp
3.1
If you are the rightful owner of javaone-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This document provides a comprehensive summary of a Java-based Model Context Protocol (MCP) server that utilizes the MCP SDK to list presentations, with STDIO as the transport provider.
Tools
1
Resources
0
Prompts
0
Java MCP server
A plain java MCP server using the MCP SDK that gives a list of presentations
- Transport provider is STDIO
- It has a "get_presentations" tool for seeing presentation details
How To
Create a Jar file -
mvn clean package
Use MCP Inspector -
npx @modelcontextprotocol/inspector
This will install(node.js required) and launch the MCP inspector that you can use to test and debug an MCP Server.
Paste your jar file path in the "arguments" input in the inspector interface and connect.