Skip to content

Commit 6fdf2ef

Browse files
committed
README: first pass
Signed-off-by: Daniel Garnier-Moiroux <[email protected]>
1 parent 40e03ea commit 6fdf2ef

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ You can then activate all the authorization server capabilities with the usual S
411411
the security filter chain:
412412

413413
```java
414+
414415
@Bean
415416
SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
416417
return http
@@ -431,17 +432,24 @@ SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception {
431432

432433
## Samples
433434

434-
TODO
435+
The `samples` directory contains samples for these libraries.
436+
A [README.md](https://github.com/spring-ai-community/mcp-security/tree/main/samples) contains instructions for running
437+
those samples.
438+
439+
A special directory is `samples/integration-tests`, which contains integration tests for all the submodules in this
440+
project.
441+
442+
## Integrations
435443

436-
- Mention running the samples
437-
- Mention integration tests
444+
This is a work-in-progress, but with `mcp-server-security`, and a supporting `mcp-authorization-server`, you should be
445+
able to integrate with Cursor, Claude Code, and the MCP inspector.
446+
447+
Note: if you use the MCP Inspector you may need to turn off CSRF and CORS protection.
438448

439449
## License
440450

441451
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
442452

443-
TODO: do a pass on all code samples
444-
445453
---
446454

447455
**Note:** This is a community-driven project and is not officially endorsed by Spring AI or the MCP project.

0 commit comments

Comments
 (0)