Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| DATABASE_URL | No | Database connection URL | sqlite+aiosqlite:///data/linkedin_mcp.db |
| LINKEDIN_API_ENABLED | No | Enable the LinkedIn API client | false |
| FEATURE_POST_SCHEDULING | No | Enable post scheduling | true |
| FEATURE_BROWSER_FALLBACK | No | Enable Playwright browser automation | true |
| FEATURE_ANALYTICS_TRACKING | No | Enable analytics features | true |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |