Files
librechat.ai/pages/docs/features/_meta.ts
Danny Avila 5bec56610f 📘 feat: Update Agents, OCR, and MCP Docs with new Features (#336)
* 📚 docs: Update OCR documentation for clarity and structure

* 📚 docs: Add Model Context Protocol (MCP) documentation and update features

* 📚 docs: Add Model Context Protocol (MCP) section to features documentation

* 📚 docs: Enhance MCP documentation with OAuth authentication details and configuration examples

* 📚 docs: Update MCP documentation with improved configuration examples and OAuth authentication details

* 📚 docs: Update dotenv documentation to reflect new index header constants

* 📚 docs: Revise MCP integration documentation for Agents with clearer instructions and new images

- Updated the steps for adding MCP tools to agents for better clarity and organization.
- Introduced new images to illustrate the MCP tools interface.
- Removed outdated image and improved the overall structure of the documentation.

* 📚 docs: Enhance MCP documentation with custom user variables support

---------

Co-authored-by: Aleš Kůtek <kutekales@gmail.com>
2025-06-19 20:36:29 -04:00

14 lines
354 B
TypeScript

export default {
index: 'Overview',
mcp: 'MCP',
agents: 'Agents',
code_interpreter: 'Code Interpreter API',
artifacts: 'Artifacts - Generative UI',
web_search: 'Web Search',
memory: 'Memory',
image_gen: 'Image Generation',
// local_setup: 'Local Setup',
// custom_endpoints: 'Custom Endpoints',
url_query: 'URL Query Parameters',
}