We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ONLYOFFICE/docspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
troubleshooting.md•1.05 KiB
# Troubleshooting
This document describes common configuration issues when working with the
DocSpace MCP server.
## Contents
- [Parsing Errors](#parsing-errors)
- [References](#references)
## Parsing Errors
If an error occurs during global configuration parsing, the DocSpace MCP server
will automatically fall back to using the stdio transport and defer the
configuration error until tool execution:
0. Encounter an error while parsing global configuration.
1. Start successfully using stdio transport.
2. Respond normally to MCP protocol requests.
3. Return the original configuration parsing error when any tool is called.
This fallback behavior is implemented to ensure compatibility with the Docker
MCP Registry, which requires servers to start successfully even with
configuration issues.
## References
- [Docker Docs: MCP Catalog and Toolkit]
- [DocSpace MCP: Global Configuration]
<!-- Definitions -->
[Docker Docs: MCP Catalog and Toolkit]: https://docs.docker.com/ai/mcp-catalog-and-toolkit/
[DocSpace MCP: Global Configuration]: ./global-configuration.md