import asyncio
from .common import logger, mcp
async def main():
# Log server startup
logger.info("Starting SharePoint MCP server ...")
# Import tools and resources
from . import resources, tools
# Run the mcp server
logger.info("Running MCP server...")
await mcp.run_stdio_async()
if __name__ == "__main__":
# Direct script execution entry point
asyncio.run(main())
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/Sofias-ai/mcp-sharepoint'
If you have feedback or need assistance with the MCP directory API, please join our Discord server