Skip to main content
Glama
pom.xml1.1 kB
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- 父项目坐标 --> <parent> <groupId>ink.openmind</groupId> <artifactId>learn-springboot-sample-space</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>springboot-sample-swagger-project</artifactId> <version>0.0.1-SNAPSHOT</version> <name>springboot-sample-swagger-project</name> <description>SpringBoot集成Swagger生成接口文档</description> <!-- 打包方式 --> <packaging>jar</packaging> <properties> <java.version>11</java.version> </properties> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> </project>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuwencheng0212/ppt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server