Skip to content

Commit 737fa9a

Browse files
📝 docs: README.md - add Interacting with the Application section, describing REST API and MCP
1 parent 029a426 commit 737fa9a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ I'm focused on domain modeling on the backend, but I'm going to implement UI lik
2323
2. `docker compose up`
2424
3. `./mvnw spring-boot:run` or `./mvnw test`
2525

26+
## 🌐 Interacting with the Application
27+
28+
You can interact with the system in two ways:
29+
30+
### REST API
31+
Access the REST API documentation at: [http://localhost:3773/swagger-ui/index.html](http://localhost:3773/swagger-ui/index.html)
32+
33+
### Model Context Protocol (MCP) Server
34+
The application exposes a Model Context Protocol Server that allows AI assistants to interact directly with the domain. You can add it to Claude Code with:
35+
36+
```bash
37+
claude mcp add --transport sse HeroesOfDDD http://localhost:3773/sse
38+
```
39+
2640
## 🧱 Modules
2741

2842
Modules (mostly designed using Bounded Context heuristic) are designed and documented on EventModeling below.

0 commit comments

Comments
 (0)