Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add metadata so sse/stdio shows up with description in code.quarkus and maven central #51

Merged
merged 3 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion transports/sse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>quarkus-mcp-server-sse-parent</artifactId>
<packaging>pom</packaging>
<name>Quarkus MCP Server Transport - SSE - Parent</name>

<description>This extension enables developers to implement the MCP server features easily using server side events (SSE).</description>
<modules>
<module>deployment</module>
<module>runtime</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Model Context Protocol (MCP) Server for server side events (SSE)
metadata:
keywords:
- mcp-server
guide: https://docs.quarkiverse.io/quarkus-mcp-server/dev/index.html
categories:
- "miscellaneous"
status: "preview"
1 change: 1 addition & 0 deletions transports/stdio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<artifactId>quarkus-mcp-server-stdio-parent</artifactId>
<packaging>pom</packaging>
<name>Quarkus MCP Server Transport - stdio - Parent</name>
<description>This extension enables developers to implement the MCP server features easily using stanard input/output (stdio).</description>
maxandersen marked this conversation as resolved.
Show resolved Hide resolved

<modules>
<module>deployment</module>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Model Context Protocol (MCP) Server for standard input/output (stdio)
metadata:
keywords:
- mcp-server
guide: https://docs.quarkiverse.io/quarkus-mcp-server/dev/index.html
categories:
- "miscellaneous"
status: "preview"
Loading