Skip to content

Commit 5522245

Browse files
committed
fix frontmatter on mpc server post
1 parent 190d2ae commit 5522245

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

_posts/2025-01-13-mcp-server.adoc

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
= Implementing a MCP server in Quarkus
2-
:page-layout: post
3-
:page-title: 'Implementing a MCP server in Quarkus'
4-
:page-date: 2025-01-13
5-
:page-tags: [langchain4j, llm, ai]
6-
:page-synopsis: Shows how to implement an MCP server in Quarkus and use it in various clients such as Claude Desktop and LangChain4j
7-
:page-author: maxandersen
1+
----
2+
layout: post
3+
title: ' Implementing a MCP server in Quarkus'
4+
date: 2025-01-13
5+
tags: langchain4j, llm, ai
6+
synopsis: Shows how to implement an MCP server in Quarkus and use it in various clients such as Claude Desktop and LangChain4j
7+
author: maxandersen
8+
----
89
:imagesdir: /assets/images/posts/mcp
910
ifdef::env-github,env-browser,env-vscode[:imagesdir: ../assets/images/posts/mcp]
1011

0 commit comments

Comments
 (0)