MCP.so
登录

Mcp Server Datetime

@qingshanz

关于 Mcp Server Datetime

暂无概览

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

qingshanz

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Server Datetime?

A Spring AI MCP server implementation that includes a configurable "time" module. It is intended for use with Spring Boot projects that require MCP (Model Context Protocol) server capabilities.

How to use Mcp Server Datetime?

Add the Spring AI MCP server WebMVC starter dependency to your project and configure the "time" module in your server configuration with "enabled": true and a serverUrl of your choice.

Key features of Mcp Server Datetime

  • Spring AI MCP server for WebMVC environments
  • Built as a Spring Boot starter
  • Configurable "time" module via JSON configuration
  • Server URL and enable/disable settings

Use cases of Mcp Server Datetime

FAQ from Mcp Server Datetime

What is the Maven dependency for Mcp Server Datetime?

The dependency is spring-ai-mcp-server-webmvc-spring-boot-starter version 1.0.0-M6 from group org.springframework.ai.

How do I configure the time module?

Use the following JSON structure under your server configuration: "time": { "enabled": true, "env": {}, "serverUrl": "http://localhost:8080" }.

What runtime environment does Mcp Server Datetime require?

What transport protocol does Mcp Server Datetime use?

Is authentication supported?

评论

其他 分类下的更多 MCP 服务器