File tree Expand file tree Collapse file tree
client-spring-http-client Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Copy values into your shell before running the conformance example clients.
2+ MCP_CONFORMANCE_SCENARIO = initialize
3+
4+ # Used by auth/pre-registration scenarios in the Spring client.
5+ MCP_CONFORMANCE_CONTEXT = {"client_id":"REPLACE_ME","client_secret":"REPLACE_ME"}
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ The client reads test scenarios from environment variables and accepts the serve
1313- ** MCP_CONFORMANCE_SCENARIO** : Environment variable specifying which test scenario to run
1414- ** Server URL** : Passed as the last command-line argument
1515
16+ For a quick starting point, see [ ` ../.env.example ` ] ( ../.env.example ) and export the variables you need before launching the client.
17+
1618## Supported Scenarios
1719
1820Currently implemented scenarios:
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ The client is a Spring Boot application that reads test scenarios from environme
4343- ** MCP_CONFORMANCE_CONTEXT** : Environment variable with JSON context (used by ` auth/pre-registration ` )
4444- ** Server URL** : Passed as the last command-line argument
4545
46+ For a quick starting point, see [ ` ../.env.example ` ] ( ../.env.example ) and export the variables you need before launching the client.
47+
4648### Scenario Routing
4749
4850The application uses Spring's conditional configuration to select the appropriate scenario at startup:
You can’t perform that action at this time.
0 commit comments