Skip to content

Commit 2217761

Browse files
committed
Add pre-commit hooks for linting and formatting
1 parent 94c0060 commit 2217761

7 files changed

Lines changed: 1252 additions & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

modelcontextprotocol/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ The server runs on stdio and will be available for MCP client connections.
5050
You can pre-configure the server with a specific service or API specification. This is useful when you are working with a specific service, and you want to focus your agents
5151

5252
- `service`: URL of the documentation of a service that you want the MCP to focus on e.g. `https://developer.mastercard.com/mdes-customer-service/documentation`
53-
- `api-specification`: URL of the API specification that you want the MCP tools to focus on e.g. `https://static.developer.mastercard.com/content/match/swagger/match-pro.yaml`. You can get the link from `Download Spec` button in the `API Reference` page of service.
54-
NOTE: Specifying this will override any value provided in `service` configuration.
53+
- `api-specification`: URL of the API specification that you want the MCP tools to focus on e.g. `https://static.developer.mastercard.com/content/match/swagger/match-pro.yaml`. You can get the link from `Download Spec` button in the `API Reference` page of service.
54+
NOTE: Specifying this will override any value provided in `service` configuration.
5555

5656
```bash
5757
# Pre-configure with a documentation URL

0 commit comments

Comments
 (0)