Skip to content

Commit 88c2eb0

Browse files
committed
core: pre-commit
1 parent 4f3c636 commit 88c2eb0

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ body:
121121
id: tool-version
122122
attributes:
123123
label: "mcpstack-tool-builder Version"
124-
description: What version are you using? If cloned, paste the commit SHA: `git rev-parse --short HEAD`.
124+
description: What version are you using? If cloned, paste the commit SHA.
125125
placeholder: "e.g., 0.1.0"
126126
validations:
127127
required: true

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,3 @@ For answers to common questions about this code of conduct, see the FAQ at
131131
[Mozilla CoC]: https://github.com/mozilla/diversity
132132
[FAQ]: https://www.contributor-covenant.org/faq
133133
[translations]: https://www.contributor-covenant.org/translations
134-

SECURITY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Include the following information in your report:
1313
- **Description**: A clear explanation of the vulnerability, with reproduction steps if possible.
1414
- **Environment**: Operating system, Python version, MCP client, and any relevant setup details.
1515

16-
Send reports to: **simon.gilbert.provost@gmail.com**
16+
Send reports to: **simon.gilbert.provost@gmail.com**
1717

1818
We will acknowledge receipt within 7 days and aim to provide a resolution or mitigation timeline within 30 days. Please do not share vulnerabilities publicly until a fix has been released.
1919

2020
## Scope and Considerations
2121

22-
- **Tool Combinations**: MCPStack-Tool-Builder is designed to compose with other MCP tools. Unexpected or unsafe interactions between tools cannot be predicted or prevented at the MCPStack-Tool level. The responsibility for safe orchestration rests with the user.
23-
- **Data Breach Risks**: MCPStack-Tool-Builder runs locally and does not send data to external services. There are no cloud communications by default, so conventional remote data breaches do not apply.
22+
- **Tool Combinations**: MCPStack-Tool-Builder is designed to compose with other MCP tools. Unexpected or unsafe interactions between tools cannot be predicted or prevented at the MCPStack-Tool level. The responsibility for safe orchestration rests with the user.
23+
- **Data Breach Risks**: MCPStack-Tool-Builder runs locally and does not send data to external services. There are no cloud communications by default, so conventional remote data breaches do not apply.
2424
- **GitHub Issues and Pull Requests**: Do not upload sensitive data (such as private datasets, logs, or credentials) when filing issues or submitting pull requests. Use synthetic or anonymized examples instead.
2525

2626
## Good Practices
2727

28-
- Keep dependencies updated.
29-
- Test tool compositions in a controlled environment.
30-
- Sanitize any shared examples when discussing issues publicly.
28+
- Keep dependencies updated.
29+
- Test tool compositions in a controlled environment.
30+
- Sanitize any shared examples when discussing issues publicly.

0 commit comments

Comments
 (0)