### Install and Run with mcpo Source: https://github.com/dqj1998/d_mcpsvr_jira/blob/main/README.md Instructions to install the 'mcpo' package and run the server with specified port and script. ```bash pip install mcpo mcpo --port 8880 -- python server.py ``` -------------------------------- ### Run Development Server Source: https://github.com/dqj1998/d_mcpsvr_jira/blob/main/README.md Command to start the development server locally using the 'mcp dev' command. ```bash mcp dev server.py ``` -------------------------------- ### Project Dependencies Source: https://github.com/dqj1998/d_mcpsvr_jira/blob/main/requirements.txt Lists the primary Python libraries and frameworks used in the d_mcpsvr_jira project. These dependencies cover various aspects including CLI tools, environment configuration, vector embeddings, machine learning, AI integration, and web services. ```Python mcp[cli] python-dotenv sqlite-vec torch transformers jira azure.identity openai fastmcp fastapi ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.