fix: Standardize SC4S MCP Tool Naming and Set Up MCP Server#3120
Closed
digrajpu wants to merge 12 commits into
Closed
fix: Standardize SC4S MCP Tool Naming and Set Up MCP Server#3120digrajpu wants to merge 12 commits into
digrajpu wants to merge 12 commits into
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: v1 of the mcp docs * feat: v2 of the mcp docs * feat: fix wrong rendering of code blocks * feat: suggested changes * feat: requested changes * feat: requested changes
* feat: v1 of the mcp docs * feat: v2 of the mcp docs * feat: mcp auth token for mcp communication * feat: format * feat: fix imports * feat: auth token for sc4s api * feat: fix bugs * feat: fix logging * feat: tls support for mcp server * feat: update dockerignore * feat: add headers for sc4s mcp communication and configure logging * feat: update docs regarding authentication * feat: add tls support for SC4S management API * feat: fix missing files from docker image * feat: fix sc4s api entrypoint script * feat: add support for self-signed CA between SC4S API and MCP server * feat: add support for passing auth tokens via secret file * feat: add logs for mcp calls to sc4s api * feat: ruff format * feat: add additional unit tests * feat: small improvements to the docs * feat: refactor * feat: disable API by default * feat: requested changes * feat: minor security improvement * feat: SC4S API remove token env due to issues with changing env file * feat: refactor * feat: refactor * feat: refactor * feat: requested changes * feat: documentation fix * feat: documentation fix 2 * feat: requested changes
Kawron
requested changes
Jun 26, 2026
| 1. Navigate to **Local Traffic** > **Pools** > **Create**. | ||
| 2. Select the following health monitors: | ||
| - "tcp" | ||
| - "http_sc4s_health_check" ([Custom SC4S monitor](#create-a-custom-health-check)) |
Collaborator
There was a problem hiding this comment.
This one is unrelated to mcp
| 1. Call `sc4s_health` to check the instance status. | ||
| 2. Call `sc4s_get_env` to review the current configuration. | ||
| 3. Call `sc4s_list_custom_parsers` to list deployed custom parsers. | ||
| 1. Call `health` to check the instance status. |
Collaborator
There was a problem hiding this comment.
Actually, I would leave this one as sc4s_health (and in all other places) because it is confusing in this context whether it is mcp server health or sc4s health
4e2cc4c to
ca76311
Compare
9ea7d59 to
658cbe0
Compare
Collaborator
Author
|
Closing this PR as new PR is created |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.