Skip to content

Fix incorrect artifactId #3024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged

Conversation

jpomykala
Copy link
Contributor

@jpomykala jpomykala commented May 7, 2025

IntelliJ couldn't find spring-ai-starter-mcp-server artifactId even, when I added Spring repositories

  <repositories>
      <repository>
          <id>spring-milestones</id>
          <name>Spring Milestones</name>
          <url>https://repo.spring.io/milestone</url>
          <snapshots>
              <enabled>false</enabled>
          </snapshots>
      </repository>

      <repository>
          <id>spring-snapshots</id>
          <name>Spring Snapshots</name>
          <url>https://repo.spring.io/snapshot</url>
          <releases>
              <enabled>false</enabled>
          </releases>
      </repository>
  </repositories>

I guess the artifactId has been changed overtime to spring-ai-mcp-server-spring-boot-starter and it's available in MVN Repository: https://mvnrepository.com/artifact/org.springframework.ai/spring-ai-mcp-server-spring-boot-starter/1.0.0-M6

@jpomykala jpomykala changed the title Update mcp-server-boot-starter-docs.adoc Fix incorrect artifactId May 7, 2025
@markpollack markpollack self-assigned this May 8, 2025
@markpollack markpollack added the documentation Improvements or additions to documentation label May 8, 2025
@markpollack markpollack added this to the 1.0.0-RC1 milestone May 8, 2025
@markpollack
Copy link
Member

Thanks for catching this!

@markpollack markpollack merged commit b5c3216 into spring-projects:main May 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants