Skip to content

Commit 3d9453c

Browse files
committed
core: pre-commit
1 parent 3d830c5 commit 3d9453c

48 files changed

Lines changed: 81 additions & 85 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ repos:
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
7-
- id: check-yaml
87
- id: check-toml
98
- id: check-added-large-files
109
args: ['--maxkb=1024']

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ preferred-citation:
4343
notes: >
4444
We thank the M3’s MCP initial work from @rafiattrach, @rajna-fani, @MoreiraP12 for inspiration and which made our
4545
contributions to the MCPStack project. Innovations on top of M3 in this project include the use of
46-
Scikit-Learn-style pipelines for MCP tools rather than transformers / estimators.
46+
Scikit-Learn-style pipelines for MCP tools rather than transformers / estimators.

build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ uv sync
1515
uv run mkdocs build --strict
1616

1717
echo "Documentation built successfully in the 'site' directory."
18-
echo "To preview, run: uv run mkdocs serve"
18+
echo "To preview, run: uv run mkdocs serve"

docs/.markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"MD033": false # Inline HTML
1010
"MD041": false # First line in file should be a top level heading
1111
"MD045": false # OK not to have a description for an image
12-
"MD046": false # Code block style [Expected: fenced; Actual: indented]
12+
"MD046": false # Code block style [Expected: fenced; Actual: indented]

docs/API/mcp_config_generators/claude.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.core.mcp_config_generator.mcp_config_generators.claude_mcp_config.ClaudeConfigGenerator
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

docs/API/mcp_config_generators/fastmcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.core.mcp_config_generator.mcp_config_generators.fast_mcp_config.FastMCPConfigGenerator
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

docs/API/mcp_config_generators/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.core.mcp_config_generator.registry
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

docs/API/mcp_config_generators/universal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.core.mcp_config_generator.mcp_config_generators.universal_mcp_config.UniversalConfigGenerator
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

docs/API/mcpstackcore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.stack.MCPStackCore
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

docs/API/presets/base.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
::: MCPStack.core.preset.base.Preset
44
options:
55
show_root_heading: true
6-
show_source: true
6+
show_source: true

0 commit comments

Comments
 (0)