Skip to main content
Glama

MCP-LinkedIn

exceptions.py693 B
# src/linkedin_mcp_server/exceptions.py """ Custom exceptions for LinkedIn MCP Server with specific error categorization. Defines hierarchical exception types for different error scenarios including authentication failures, driver initialization issues, and MCP client reporting. Provides structured error handling for better debugging and user experience. """ class LinkedInMCPError(Exception): """Base exception for LinkedIn MCP Server.""" pass class CredentialsNotFoundError(LinkedInMCPError): """No credentials available in non-interactive mode.""" pass class DriverInitializationError(LinkedInMCPError): """Failed to initialize Chrome WebDriver.""" pass

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kappasig920/MCP-LinkedIn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server