Skip to main content
Glama
axel-avb

1c-configuration

by axel-avb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ONEC_HOSTNoHTTP server bind address. Defaults to 0.0.0.0.0.0.0.0
ONEC_PORTNoHTTP server port. Defaults to 8765.8765
ONEC_TXT_ROOTNoRoot of the TXT report (ОтчетПоКонфигурации.txt). Defaults to <project_data_dir>/metadata.
ONEC_XML_ROOTNoRoot of the XML export (ConfigDumpInfo.xml + per-object XML). Defaults to <project_data_dir>/code.
ONEC_AUTH_TOKENNoIf set, requires the Authorization: Bearer <token> header on all HTTP requests.
ONEC_MCP_CONFIGNoPath to the JSON configuration file. Defaults to ./config.json. Environment variables override values in this file../config.json
ONEC_QDRANT_URLNoURL of the Qdrant instance, e.g. http://localhost:6333
ONEC_CONFIG_ROOTNoRoot directory of the 1C configuration sources (XML/BSL).
ONEC_PAYLOAD_ONLYNoSet to 'true' to update only Qdrant payloads without re-embedding.
ONEC_SEARCH_TOP_KNoNumber of results returned by search_config.
ONEC_GRAPH_DB_PATHNoPath to the SQLite graph database.
ONEC_EMBEDDER_MODELNoEmbedding model name. Defaults to bge-m3.bge-m3
ONEC_QDRANT_API_KEYNoAPI key for Qdrant, if authentication is enabled.
ONEC_RERANKER_MODELNoReranker model name (optional).
ONEC_EMBEDDER_API_KEYNoAPI key for the embedder.
ONEC_RERANKER_API_KEYNoAPI key for the reranker.
ONEC_EMBEDDER_BASE_URLNoBase URL of an OpenAI-compatible embeddings endpoint (e.g. Ollama /v1).
ONEC_QDRANT_COLLECTIONNoName of the Qdrant collection. Defaults to onec_config.onec_config
ONEC_RERANKER_ENDPOINTNoURL of a reranker service (Cohere/Jina-compatible). Empty disables reranking.
ONEC_NODE_ID_IN_PAYLOADNoSet to 'true' (default) to store node_id in Qdrant payload for search_config.true
ONEC_EMBEDDER_BATCH_SIZENoBatch size for embedding requests.
ONEC_EMBEDDER_DIMENSIONSNoVector dimensionality – must match the embedding model.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Maintenance

ActivityMaintained
ResponsivenessNo issues