GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
15
フォーク
0
イシュー
1
README
Tridion DXD MCP Server
This repository contains an example Model Context Protocol (MCP) Server for Tridion DXD.
Building
This project requires Java 21 and a recent version of Maven. To build:
mvn clean install -U
Running
To run this application, you need a running Tridion DXD Content Service and Token Service.
- Set the following Environment Variables:
DXD_CLIENT_SECRET
DXD_CONTENT_URL
DXD_TOKEN_URL - Use the Spring Boot Maven Plugin:
mvn spring-boot:run
Debugging
The MCP Inspector is a useful tool for debugging MCP Servers. To run it:
npx @modelcontextprotocol/inspector
タグ