Skip to content

Commit a365ee3

Browse files
committed
Update MCP servers versions and time server for customer TZ
1 parent b9d214a commit a365ee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scaffolder-templates/agentic-ai-template/skeleton/src/main/resources/application.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# need to create directory called playground for this to work!
22
quarkus.langchain4j.mcp.filesystem.transport-type=stdio
3-
quarkus.langchain4j.mcp.filesystem.command=npm,exec,@modelcontextprotocol/server-filesystem@0.6.2,playground
3+
quarkus.langchain4j.mcp.filesystem.command=npm,exec,@modelcontextprotocol/server-filesystem@2025.1.14,playground
44

55
{% if 'Memory' in values.mcp_server %}
66
quarkus.langchain4j.mcp.memory.transport-type=stdio
@@ -25,12 +25,12 @@ quarkus.langchain4j.mcp.bravesearch.command=npm,exec,@modelcontextprotocol/serve
2525

2626
{% if 'Slack' in values.mcp_server %}
2727
quarkus.langchain4j.mcp.slack.transport-type=stdio
28-
quarkus.langchain4j.mcp.slack.command=npm,exec,@modelcontextprotocol/server-slack@0.6.2
28+
quarkus.langchain4j.mcp.slack.command=npm,exec,@modelcontextprotocol/server-slack@2025.1.17
2929
{% endif %}
3030

3131
{% if 'Time' in values.mcp_server %}
3232
quarkus.langchain4j.mcp.time.transport-type=stdio
33-
quarkus.langchain4j.mcp.time.command=uvx,mcp-server-time
33+
quarkus.langchain4j.mcp.time.command=python -m mcp_server_time --local-timezone=America/New_York
3434
{% endif %}
3535

3636
quarkus.langchain4j.chat-model.provider=openai

0 commit comments

Comments
 (0)