Skip to content

Commit e948c86

Browse files
committed
chore: add sample env/config templates for example modules
1 parent 80b3bd8 commit e948c86

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

conformance-tests/.env.example

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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"}

conformance-tests/client-jdk-http-client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1820
Currently implemented scenarios:

conformance-tests/client-spring-http-client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4850
The application uses Spring's conditional configuration to select the appropriate scenario at startup:

0 commit comments

Comments
 (0)