Commit Graph

58 Commits

Author SHA1 Message Date
Mark Pollack
e3f0bd1f8b Minor updates to book-library/starter-webflux-server 2025-02-10 23:42:00 -05:00
Mark Pollack
20ac610186 Minor updates to book-library/manual-servlet-server 2025-02-10 23:35:33 -05:00
Mark Pollack
441e566813 Minor cleanup on web-search/brave-chatbot 2025-02-10 23:16:10 -05:00
Mark Pollack
be08c1be18 Minor cleanup on web-search/brave-starter 2025-02-10 23:09:53 -05:00
Mark Pollack
f91d8aa323 Update example in brave directory that creates a McpSyncClient as a @Bean
- Does not use the spring ai mcp starter
- Use latest deps
- Update readme
- Code cleanup
2025-02-10 22:52:12 -05:00
Mark Pollack
430d886a3b fix pom 2025-02-10 21:46:01 -05:00
Christian Tzolov
fab7b1da33 docs: enhance MCP server documentation with client usage examples
- Add comprehensive Boot Starter client usage examples
- Improve documentation clarity and organization
- Update configuration examples for both STDIO and SSE transports
- Standardize formatting and fix typos

Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-10 15:01:20 +01:00
Christian Tzolov
cf529d6940 move the brave client starters under the web-search folder
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-10 11:41:45 +01:00
Christian Tzolov
3ae5f5d45d minor fixes
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-10 11:05:17 +01:00
Christian Tzolov
8cc8e2e933 Improve weather starter docs
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-10 09:12:26 +01:00
Christian Tzolov
721c4d37d0 Add docs for the mcp/client-starter projects
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-10 08:42:52 +01:00
Christian Tzolov
a29ea2b743 Restructure
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-09 22:05:35 +01:00
Christian Tzolov
ab571f059a Improve agentic patterns pom config
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-07 10:43:10 +01:00
Christian Tzolov
dac5e7bd6e Add MCP weather servers and Brave integration examples
Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>
2025-02-05 17:39:31 -05:00
Christian Tzolov
69e6949251 Clean code 2025-01-31 11:24:15 +01:00
Christian Tzolov
0ddbb686ad Update the mcp demos to latest 0.6.0 version 2025-01-24 19:10:21 +01:00
Christian Tzolov
9f8cb92aa9 refactor: clarify agent pattern names
- Remove redundant workflow suffix from agentic pattern names and related classes
- Update documentation to reflect pattern name changes
2025-01-24 19:10:21 +01:00
Ilayaperumal Gopinathan
1433ff7382 Update README.md 2025-01-20 11:54:09 +00:00
Christian Tzolov
28dd0728c6 Fix package name typo 2025-01-20 12:43:50 +01:00
Christian Tzolov
d7952ad49e minor README improvents 2025-01-20 12:18:58 +01:00
Christian Tzolov
648b0ac822 Add Agentid System Patterns Demos
Based on the Building Effective Agents Cookbook

- https://www.anthropic.com/research/building-effective-agents
- https://github.com/anthropics/anthropic-cookbook/tree/main/patterns/agents
2025-01-20 10:40:21 +01:00
Christian Tzolov
9766aa7e0f Improve the the MCP server demo code 2025-01-17 14:47:12 +01:00
Christian Tzolov
9a7fcd517f Update MCP version to 0.5.1 2025-01-14 15:17:16 +01:00
Christian Tzolov
2e5ce79818 Add file logging for the MCP demos 2025-01-14 12:41:11 +01:00
Christian Tzolov
aad2e4c45b Update MCP samples to 0.5.0 2025-01-13 12:24:12 +01:00
Christian Tzolov
ba07215c48 Add MCP Servlet SSE demo 2025-01-13 09:11:17 +01:00
Christian Tzolov
f753efc483 Add MCP WebFlux Client+Server example 2025-01-11 17:48:21 +01:00
Christian Tzolov
d5a016cbd2 Add MCP WebMvc Server + HttpClient sample 2025-01-11 17:31:35 +01:00
Christian Tzolov
144bc2836e Upgrade MCP demos to 0.4.1 2025-01-04 18:27:00 +01:00
Christian Tzolov
62e8bb064b Upgrade MCP demos to 0.4.0 2025-01-04 08:40:36 +01:00
Christian Tzolov
b52e96d7fb Upgrade MCP examples to 0.3.1 2024-12-30 13:34:24 +01:00
Christian Tzolov
e20bc4f3c9 Upgrade MCP examples to 0.3.1 2024-12-30 13:32:43 +01:00
Christian Tzolov
544394fd97 Update the MCP examples to MCP 0.3.0 milestone (#6) 2024-12-29 18:22:54 +01:00
Sébastien Deleuze
7f8bfbcecb Kotlin examples update (#5)
* Update kotlin-function-callback

Leverage Spring AI 1.0.0-M5 new Kotlin reflection
capabilities.

* Fix rag-with-kotlin

Leverage Spring AI 1.0.0-M5 new Kotlin reflection
capabilities.
2024-12-24 11:11:58 -05:00
Mark Pollack
4ddd9135f0 Update to 1.0 M5 release 2024-12-23 13:13:36 -05:00
Christian Tzolov
813c989d91 Update MCP examples to version 0.2.0 2024-12-21 18:35:27 +01:00
Christian Tzolov
e2ddc87f61 Simplify the MCP Brave code 2024-12-12 11:05:18 +01:00
Christian Tzolov
30b0a59b49 update mcp brave diagram 2024-12-12 09:28:21 +01:00
Christian Tzolov
6c301868e3 Add MCP Brave demo 2024-12-12 00:02:11 +01:00
Christian Tzolov
88eddf648e add mcp filesystem demo 2024-12-11 12:14:30 +01:00
Christian Tzolov
1ee0c9d00f add mcp filesystem demo 2024-12-11 12:14:12 +01:00
Christian Tzolov
613395184b add mcp filesystem demo 2024-12-11 12:03:40 +01:00
Christian Tzolov
908e0abbfd minor 2024-12-11 10:57:13 +01:00
Christian Tzolov
2e103b6245 improve the MCP sqlite demos 2024-12-11 10:52:16 +01:00
Mark Pollack
e921b08a3f Update to use spring-ai-mcp 0.1.0 2024-12-11 01:40:57 -05:00
Mark Pollack
4c7d5d31d5 Example application for Model Context Protocol 2024-12-10 23:38:00 -05:00
Mark Pollack
80ea4d2b96 Update AgentMergeSort.md 2024-12-06 10:42:41 -05:00
Soby Chacko
151d05bc09 Openai streaming data example 2024-11-21 17:01:27 -05:00
Soby Chacko
ec87de07ee Java based function callback demo 2024-11-21 16:40:42 -05:00
Soby Chacko
2643097094 Kotlin sample apps cleanup 2024-11-21 16:04:44 -05:00