Commit Graph

  • bede0b63d6 Fix typo in the module name main Ilayaperumal Gopinathan 2025-05-22 10:04:49 +01:00
  • 5cc425431c update mcp-annotation to 0.1.0 Christian Tzolov 2025-05-19 23:17:20 +02:00
  • a22c5f9235 Update mcp annotations demo README Christian Tzolov 2025-05-19 23:14:44 +02:00
  • 5d866254e3 Upgrade to spring-ai 1.1.0-SNAPSHOT Christian Tzolov 2025-05-19 22:58:47 +02:00
  • b4f9579f5c minor fixes Christian Tzolov 2025-05-19 11:00:29 +02:00
  • 3edfe73317 Bring agentic patterns to 1.0.0-SN Christian Tzolov 2025-05-19 08:56:56 +02:00
  • 3fab8483b8 Remove log file Christian Tzolov 2025-05-13 17:53:35 +02:00
  • 21c661eda7 fix(mcp sampling): Disable MCP tool callbacks to prevent cyclic dependencies Christian Tzolov 2025-05-13 17:50:06 +02:00
  • ffd8def9eb refactor: update MessageChatMemoryAdvisor instantiation to use builder pattern Christian Tzolov 2025-05-13 17:22:57 +02:00
  • 0c96873173 Clean code deprecations Christian Tzolov 2025-05-10 08:26:30 +02:00
  • fb5bf5ffd8 Fix compilation issues caused by the ebfa5b9b2c Christian Tzolov 2025-05-08 15:45:02 +02:00
  • 3cea89822f Add MCP annotations sample project Christian Tzolov 2025-05-06 14:20:53 +02:00
  • 4a54643c11 fix: Refactored chat memory implementation to use MessageWindowChatMemory Christian Tzolov 2025-05-08 09:15:43 +02:00
  • b98aecb03b Add MCP annotations sample project mcp-annotations-example Christian Tzolov 2025-05-06 14:20:53 +02:00
  • 58ae24ce71 Fixing Kotlin sample applications Soby Chacko 2025-05-05 18:49:50 -04:00
  • 8897ba603e minor mcp fixes Christian Tzolov 2025-05-04 12:36:18 +02:00
  • cbf95610c0 Corrected MCP Client Boot Starter URL (#31) Bs Mahi 2025-05-04 15:26:58 +05:30
  • b45c4d58a1 remove unused imports Christian Tzolov 2025-05-03 11:25:29 +03:00
  • cba325ac5b Update spring boot and spring ai to latest, add some run-verify scripts for automation Mark Pollack 2025-05-02 14:11:49 -04:00
  • 234d3ff919 refactor(mcp): update to use Spring Boot autoconfiguration and rename tool callbacks fix-breaking-changes-for-spring-ai-M9 Christian Tzolov 2025-05-02 14:28:17 +03:00
  • 2c9fa4d8fd Add dynamic tool update example for Model Context Protocol mcp-dynamic-tools Christian Tzolov 2025-05-02 11:26:13 +03:00
  • f79eef4a2a Fix path for the manual-webflux-server MCP server stdio config Ilayaperumal Gopinathan 2025-05-02 07:48:00 +01:00
  • 22f3f55cbc Fix examples for deprecated usages Ilayaperumal Gopinathan 2025-05-01 18:12:30 +01:00
  • c0cc26b6c3 Replace FunctionCallback to ToolCallback Ilayaperumal Gopinathan 2025-04-29 20:22:19 +01:00
  • 40e1b43d53 Updating the version to 1.0.0-SNAPSHOT Soby Chacko 2025-04-28 21:03:22 -04:00
  • 5ca8720387 Add Prompt Egineering examples Christian Tzolov 2025-04-14 09:12:16 +02:00
  • e0ba3438ba Update spring-ai version to 1.0.0-M7 (#22) Soby Chacko 2025-04-10 17:15:09 -04:00
  • e8a266467c feat(mcp): Add MCP logging support and refactor code Christian Tzolov 2025-04-10 20:27:50 +02:00
  • 7e04dc20f9 Update Spring AI dependencies to 1.0.0-SNAPSHOT (#21) Soby Chacko 2025-04-10 14:27:35 -04:00
  • 804d3aadef add the starter-webmvc-oauth2-server to the pom Christian Tzolov 2025-04-10 13:52:41 +02:00
  • cf100596ff fix deps from spring-ai-core to spring-ai-model Christian Tzolov 2025-04-04 23:25:08 +02:00
  • a12bf24104 fix mcp version Christian Tzolov 2025-04-01 19:40:19 +02:00
  • cf5f38cf8f add oauth2 support mcp/weather/starter-webmvc-oauth2-server Daniel Garnier-Moiroux 2025-03-31 18:41:34 +02:00
  • 9bfbcb4c90 print tools properties Christian Tzolov 2025-03-27 01:32:16 +01:00
  • 77b973ff14 Add MCP sampling diagram Christian Tzolov 2025-03-26 18:26:41 +01:00
  • b8fb18b5e7 update readme.md to list correct deps in brave, client-starter and sampling. Mark Pollack 2025-03-25 15:20:09 -04:00
  • 614c61316b web-search examples: Sync maven deps used with those listed in README.md Mark Pollack 2025-03-25 15:11:34 -04:00
  • 41c921bc33 refactor: update MCP API usage to version 0.8.0 Christian Tzolov 2025-03-18 12:26:20 +01:00
  • ef6e7281c1 refactor: update Spring AI artifact IDs to new naming convention align-with-mcp-0.8.0 Christian Tzolov 2025-03-25 11:07:13 +01:00
  • 6bb3243ad1 refactor: migrate to spring-ai-mcp-client-spring-boot-starter Christian Tzolov 2025-03-24 17:41:02 +01:00
  • 04269db217 Add MCP Sampling capability with weather example Christian Tzolov 2025-03-24 14:13:34 +01:00
  • a40c660380 Align with the new MCP client class names Christian Tzolov 2025-03-22 09:52:38 +01:00
  • 4bac54a4b8 refactor: update MCP API usage to 0.8.0 and spring-ai 0.7.0 Christian Tzolov 2025-03-18 12:26:20 +01:00
  • aa875e6c55 Talent Arena demos talant-arena Christian Tzolov 2025-03-10 09:20:32 +01:00
  • 1ca981eba5 refactor(mcp): migrate MCP demos to ToolCallbackProvider Christian Tzolov 2025-02-13 20:36:32 +01:00
  • 9da4fd9068 Add mcp weather webmvc starter example Christian Tzolov 2025-02-13 17:56:21 +01:00
  • 1f9488541f Minor MCP demo conf improvents Christian Tzolov 2025-02-11 10:26:03 +01:00
  • 4c00795154 Minor updates to client-starter/starter-default-client and starter-webflux-client Mark Pollack 2025-02-11 00:01:51 -05:00
  • e3f0bd1f8b Minor updates to book-library/starter-webflux-server Mark Pollack 2025-02-10 23:42:00 -05:00
  • 20ac610186 Minor updates to book-library/manual-servlet-server Mark Pollack 2025-02-10 23:35:33 -05:00
  • 441e566813 Minor cleanup on web-search/brave-chatbot Mark Pollack 2025-02-10 23:16:10 -05:00
  • be08c1be18 Minor cleanup on web-search/brave-starter Mark Pollack 2025-02-10 23:09:53 -05:00
  • f91d8aa323 Update example in brave directory that creates a McpSyncClient as a @Bean Mark Pollack 2025-02-10 22:34:48 -05:00
  • 430d886a3b fix pom Mark Pollack 2025-02-10 21:46:01 -05:00
  • fab7b1da33 docs: enhance MCP server documentation with client usage examples refactor-mcp-demos Christian Tzolov 2025-02-10 14:59:55 +01:00
  • cf529d6940 move the brave client starters under the web-search folder Christian Tzolov 2025-02-10 11:40:37 +01:00
  • 3ae5f5d45d minor fixes Christian Tzolov 2025-02-10 11:05:17 +01:00
  • 8cc8e2e933 Improve weather starter docs Christian Tzolov 2025-02-10 09:12:26 +01:00
  • 721c4d37d0 Add docs for the mcp/client-starter projects Christian Tzolov 2025-02-10 08:41:53 +01:00
  • a29ea2b743 Restructure Christian Tzolov 2025-02-09 22:05:35 +01:00
  • ab571f059a Improve agentic patterns pom config Christian Tzolov 2025-02-07 10:43:02 +01:00
  • dac5e7bd6e Add MCP weather servers and Brave integration examples Christian Tzolov 2025-01-31 13:57:43 +01:00
  • 2f26e42e67 align with last auto-conf changes mcp-weather-server-demo Christian Tzolov 2025-02-05 21:03:50 +01:00
  • a8e7e3af69 feat: add MCP weather servers and Brave integration examples Christian Tzolov 2025-01-31 13:57:43 +01:00
  • 69e6949251 Clean code Christian Tzolov 2025-01-31 11:24:15 +01:00
  • 0ddbb686ad Update the mcp demos to latest 0.6.0 version Christian Tzolov 2025-01-24 19:10:15 +01:00
  • 9f8cb92aa9 refactor: clarify agent pattern names Christian Tzolov 2025-01-21 12:59:49 +01:00
  • 1433ff7382 Update README.md Ilayaperumal Gopinathan 2025-01-20 11:54:09 +00:00
  • 28dd0728c6 Fix package name typo Christian Tzolov 2025-01-20 12:43:50 +01:00
  • d7952ad49e minor README improvents Christian Tzolov 2025-01-20 12:18:58 +01:00
  • 648b0ac822 Add Agentid System Patterns Demos Christian Tzolov 2025-01-20 10:40:15 +01:00
  • 9766aa7e0f Improve the the MCP server demo code Christian Tzolov 2025-01-17 14:47:12 +01:00
  • 9a7fcd517f Update MCP version to 0.5.1 Christian Tzolov 2025-01-14 15:17:16 +01:00
  • 2e5ce79818 Add file logging for the MCP demos Christian Tzolov 2025-01-14 12:41:11 +01:00
  • aad2e4c45b Update MCP samples to 0.5.0 Christian Tzolov 2025-01-13 12:24:12 +01:00
  • ba07215c48 Add MCP Servlet SSE demo Christian Tzolov 2025-01-13 09:11:17 +01:00
  • f753efc483 Add MCP WebFlux Client+Server example Christian Tzolov 2025-01-11 17:48:21 +01:00
  • d5a016cbd2 Add MCP WebMvc Server + HttpClient sample Christian Tzolov 2025-01-11 17:31:35 +01:00
  • 144bc2836e Upgrade MCP demos to 0.4.1 Christian Tzolov 2025-01-04 18:27:00 +01:00
  • 62e8bb064b Upgrade MCP demos to 0.4.0 Christian Tzolov 2025-01-04 08:40:36 +01:00
  • b52e96d7fb Upgrade MCP examples to 0.3.1 Christian Tzolov 2024-12-30 13:34:24 +01:00
  • e20bc4f3c9 Upgrade MCP examples to 0.3.1 Christian Tzolov 2024-12-30 13:32:43 +01:00
  • 544394fd97 Update the MCP examples to MCP 0.3.0 milestone (#6) Christian Tzolov 2024-12-29 18:22:54 +01:00
  • 8d5b07232d Update the MCP examples to MCP 0.3.0 milestone upgrade-mcp-to-0.3.0 Christian Tzolov 2024-12-29 18:21:54 +01:00
  • 7f8bfbcecb Kotlin examples update (#5) Sébastien Deleuze 2024-12-24 17:11:58 +01:00
  • 4ddd9135f0 Update to 1.0 M5 release Mark Pollack 2024-12-23 13:13:36 -05:00
  • 813c989d91 Update MCP examples to version 0.2.0 Christian Tzolov 2024-12-21 18:35:27 +01:00
  • e2ddc87f61 Simplify the MCP Brave code Christian Tzolov 2024-12-12 11:05:18 +01:00
  • 30b0a59b49 update mcp brave diagram Christian Tzolov 2024-12-12 09:28:21 +01:00
  • 6c301868e3 Add MCP Brave demo Christian Tzolov 2024-12-12 00:02:11 +01:00
  • 88eddf648e add mcp filesystem demo Christian Tzolov 2024-12-11 12:14:30 +01:00
  • 1ee0c9d00f add mcp filesystem demo Christian Tzolov 2024-12-11 12:14:12 +01:00
  • 613395184b add mcp filesystem demo Christian Tzolov 2024-12-11 12:03:40 +01:00
  • 908e0abbfd minor Christian Tzolov 2024-12-11 10:57:13 +01:00
  • 2e103b6245 improve the MCP sqlite demos Christian Tzolov 2024-12-11 10:52:16 +01:00
  • e921b08a3f Update to use spring-ai-mcp 0.1.0 Mark Pollack 2024-12-11 01:40:57 -05:00
  • 4c7d5d31d5 Example application for Model Context Protocol Mark Pollack 2024-12-10 23:38:00 -05:00
  • 80ea4d2b96 Update AgentMergeSort.md Mark Pollack 2024-12-06 10:42:41 -05:00
  • 151d05bc09 Openai streaming data example Soby Chacko 2024-11-21 17:01:27 -05:00
  • ec87de07ee Java based function callback demo Soby Chacko 2024-11-21 16:40:42 -05:00