| Name | lit-mcp JSON |
| Version |
1.0.0
JSON |
| download |
| home_page | None |
| Summary | A MCP server layer for existing APIs from popular sources e.g. arXiv, DBLP, etc. to help researchers expedite literature review process using LLMs and MCP Clients like Claude, Cursor, etc. |
| upload_time | 2025-10-09 19:50:27 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.12 |
| license | MIT |
| keywords |
academic
arxiv
dblp
literature
mcp
papers
research
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# lit-mcp (Literature Review Assistant MCP Server)
<!-- mcp-name: io.github.gauravfs-14/lit-mcp -->
[](https://python.org)
[](https://modelcontextprotocol.io)
[](LICENSE)
[](https://arxiv.org)
[](https://dblp.org)
[](https://github.com/astral-sh/uv)
A powerful Model Context Protocol (MCP) server that provides seamless access to academic literature databases, helping researchers accelerate their literature review process using LLMs and MCP clients like Claude, Cursor, and others.
## 🚀 Features
- **arXiv Integration**: Search and retrieve academic papers from arXiv
- **DBLP Integration**: Search computer science publications from DBLP database
- **AI-Powered Prompts**: Generate comprehensive research summaries and insights (usable as "/" commands)
- **MCP Compatible**: Works with any MCP client (Claude, Cursor, etc.)
- **Structured Data**: Returns well-formatted paper metadata
- **Fast & Reliable**: Built on FastMCP for optimal performance
- **Extensible**: Easy to add new academic databases
## 🚀 Quick Start
### 1. Install UV (one-time setup)
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```
### 2. Add to MCP Client
Simply add lit-mcp to your MCP client configuration - `uvx` will handle the rest automatically!
## 🔌 MCP Client Integration
### Cursor IDE
Add to your MCP configuration (usually in `~/.cursor/mcp.json`):
```json
{
"mcpServers": {
"lit-mcp": {
"command": "uvx",
"args": ["lit-mcp"]
}
}
}
```
<details>
<summary><strong>Other MCP Clients (Claude Desktop, etc.)</strong></summary>
Any MCP-compatible client can use lit-mcp with the same configuration pattern:
```json
{
"mcpServers": {
"lit-mcp": {
"command": "uvx",
"args": ["lit-mcp"]
}
}
}
```
**Example Usage:**
Once configured, you can use the available tools in your MCP client:
```text
# Search tools
Search for 5 papers on "machine learning transformers" using arXiv.
Search for computer science papers on "GPS trajectory" using DBLP.
# AI-powered prompts (as "/" commands in Cursor)
/latest_info small language models
/related_topics transformer architectures
/author_spotlight computer vision
```
</details>
## 📖 Available Tools
### Search Tools
<details>
<summary><strong>arxiv_search</strong></summary>
Search for academic papers on arXiv with advanced query capabilities.
**Parameters:**
- `query` (string): Search query (supports arXiv syntax like `au:Author_Name`, `ti:Title`, etc.)
- `max_results` (integer, optional): Maximum number of results (default: 10)
**Returns:**
- List of paper objects with title, authors, publication date, summary, PDF URL, categories, and DOI
**Example Queries:**
```python
# Search by author
"au:Gaurab_Chhetri"
# Search by title keywords
"ti:machine learning"
# Search by category
"cat:cs.AI"
# Combined search
"au:Chhetri AND ti:transport"
```
</details>
<details>
<summary><strong>dblp_search</strong></summary>
Search for computer science publications in the DBLP database.
**Parameters:**
- `query` (string): Search query for computer science papers
- `max_results` (integer, optional): Maximum number of results (default: 10)
**Returns:**
- List of publication objects with title, authors, venue, volume, number, pages, publisher, year, type, access, key, DOI, electronic edition link, and DBLP URL
**Example Queries:**
```python
# Search for specific topics
"machine learning"
"computer vision"
"natural language processing"
"GPS trajectory"
"blockchain technology"
```
</details>
### AI-Powered Research Prompts
<details>
<summary><strong>latest_info</strong></summary>
Generate comprehensive summaries of the most recent innovations, trends, and papers in a research field.
**Parameters:**
- `topic` (string): Research field or topic to analyze
**Returns:**
- Well-structured Markdown document with recent papers, key trends, and insights
**Features:**
- Identifies latest papers (preferably within last 12 months)
- Focuses on highly cited, emerging, or novel works
- Provides structured summaries with PDF links
- Includes "Key Trends & Insights" section
- Beautifully formatted for easy reading
**Example Usage:**
```text
# As MCP prompt
Generate latest information about "small language models"
Analyze recent trends in "quantum machine learning"
# As "/" command in Cursor
/latest_info small language models
/latest_info quantum machine learning
```
</details>
<details>
<summary><strong>related_topics</strong></summary>
Discover related and emerging research areas connected to a given topic.
**Parameters:**
- `topic` (string): Research topic to explore connections for
**Returns:**
- Structured Markdown document with related topics, representative papers, and emerging intersections
**Features:**
- Identifies 3-6 distinct related topics or subfields
- Shows connections between topics
- Provides representative papers with summaries
- Highlights emerging interdisciplinary areas
- Reveals novel applications and fusion trends
**Example Usage:**
```text
# As MCP prompt
Find related topics for "transformer architectures"
Explore connections around "federated learning"
# As "/" command in Cursor
/related_topics transformer architectures
/related_topics federated learning
```
</details>
<details>
<summary><strong>author_spotlight</strong></summary>
Identify leading authors, labs, and research groups advancing innovation in a field.
**Parameters:**
- `topic` (string): Research field to analyze for key contributors
**Returns:**
- Structured Markdown document with top authors, their affiliations, notable papers, and collaborative networks
**Features:**
- Ranks authors by publication frequency and impact
- Shows affiliations and research themes
- Lists notable papers with summaries
- Identifies collaborative networks and research groups
- Highlights cross-institution projects
**Example Usage:**
```text
# As MCP prompt
Find leading authors in "computer vision"
Identify key researchers in "natural language processing"
# As "/" command in Cursor
/author_spotlight computer vision
/author_spotlight natural language processing
```
</details>
## 📊 Example Output
### arXiv Search Result
```json
{
"title": "Model Context Protocols in Adaptive Transport Systems: A Survey",
"authors": ["Gaurab Chhetri", "Shriyank Somvanshi", "..."],
"published": "2025-08-26T17:58:56+00:00",
"summary": "The rapid expansion of interconnected devices...",
"entry_id": "http://arxiv.org/abs/2508.19239v1",
"pdf_url": "http://arxiv.org/pdf/2508.19239v1",
"categories": ["cs.AI"],
"doi": null
}
```
### DBLP Search Result
```json
{
"title": "GPS Trajectory Data Mining: A Survey",
"authors": ["John Doe", "Jane Smith"],
"venue": "IEEE Transactions on Knowledge and Data Engineering",
"volume": "35",
"number": "3",
"pages": "1234-1250",
"publisher": "IEEE",
"year": "2023",
"type": "Journal Articles",
"access": "open",
"key": "journals/tkde/DoeS23",
"doi": "10.1109/TKDE.2023.1234567",
"ee": "https://doi.org/10.1109/TKDE.2023.1234567",
"url": "https://dblp.org/rec/journals/tkde/DoeS23.html"
}
```
## 🎯 Real-World Example
We tested this MCP by adding to Cursor. The [output](./example/small-lang-models.md) was generated using the new AI-powered prompts and search tools. This comprehensive survey demonstrates the capabilities of lit-mcp:
**Generated using:**
- `latest_info` prompt for recent trends and innovations
- `related_topics` prompt for connected research areas
- `author_spotlight` prompt for key researchers and collaborations
- `arxiv_search` tool for paper discovery and citations
**Original prompt:**
> I want to write a comprehensive survey paper on small language models. Can you create me a template along with fully detailed analysis of the contents? The writeup should be narrative (paragraph) style with minimal use of bullet points. Update to the file named small-lang-models.md and put the detailed contents there. Make sure to add accurate in-text citations as well to the content using markdown citation format, and also make sure to give the PDF links to all the papers. Use the arxiv tool.
## 🛠️ Development Installation
### Prerequisites
- Python 3.12
- uv package manager
<details>
<summary><strong>Setup & Development Configuration</strong></summary>
1. **Clone the repository**
```bash
git clone https://github.com/gauravfs-14/lit-mcp.git
cd lit-mcp
```
2. **Install dependencies**
```bash
# Install UV if not already installed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install project dependencies
uv sync
```
3. **Run the MCP server**
```bash
uv run lit-mcp
```
### Development Setup for MCP Clients
If you're developing locally, you can use the development setup:
```json
{
"mcpServers": {
"lit-mcp": {
"command": "uv",
"args": [
"--directory",
"<absolute_path_to_the_cloned_repo>",
"run",
"lit-mcp"
]
}
}
}
```
</details>
## 🤝 Contributing
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for detailed information on how to contribute to this project.
<details>
<summary><strong>Quick Start for Contributors</strong></summary>
1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Make your changes
4. Run tests (`uv run python tests/test_basic.py`)
5. Commit your changes (`git commit -m 'Add amazing feature'`)
6. Push to the branch (`git push origin feature/amazing-feature`)
7. Open a Pull Request
**New contributors can help with:**
- Adding new academic database integrations (PubMed, IEEE Xplore, ACM Digital Library)
- Creating new AI-powered research prompts
- Improving existing prompt templates
- Adding new evaluation metrics and benchmarks
- Enhancing documentation and examples
For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
</details>
This project follows a [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a welcoming environment for all contributors.
## 🙏 Acknowledgments
- [arXiv](https://arxiv.org/) for providing free access to academic papers
- [DBLP](https://dblp.org/) for the comprehensive computer science bibliography
- [arxiv-py](https://pypi.org/project/arxiv/) developers for the excellent Python wrapper
- [DBLP API](https://dblp.org/faq/How+to+use+the+dblp+search+API) for providing direct access to computer science publications
- [FastMCP](https://github.com/modelcontextprotocol/fastmcp) for the MCP server framework
## 🆘 Support
If you encounter any issues or have questions:
1. Check the [Issues](https://github.com/gauravfs-14/lit-mcp/issues) page
2. Create a new issue with detailed information
3. Join our community discussions
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "lit-mcp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": null,
"keywords": "academic, arxiv, dblp, literature, mcp, papers, research",
"author": null,
"author_email": "Gaurab Chhetri <contact@gaurabchhetri.com.np>",
"download_url": "https://files.pythonhosted.org/packages/38/91/aa091a59351ecfd2d04046e98ce5f4235a58625047c8ca8bc2d2e103ffc5/lit_mcp-1.0.0.tar.gz",
"platform": null,
"description": "# lit-mcp (Literature Review Assistant MCP Server)\n\n<!-- mcp-name: io.github.gauravfs-14/lit-mcp -->\n\n[](https://python.org)\n[](https://modelcontextprotocol.io)\n[](LICENSE)\n[](https://arxiv.org)\n[](https://dblp.org)\n[](https://github.com/astral-sh/uv)\n\nA powerful Model Context Protocol (MCP) server that provides seamless access to academic literature databases, helping researchers accelerate their literature review process using LLMs and MCP clients like Claude, Cursor, and others.\n\n## \ud83d\ude80 Features\n\n- **arXiv Integration**: Search and retrieve academic papers from arXiv\n- **DBLP Integration**: Search computer science publications from DBLP database\n- **AI-Powered Prompts**: Generate comprehensive research summaries and insights (usable as \"/\" commands)\n- **MCP Compatible**: Works with any MCP client (Claude, Cursor, etc.)\n- **Structured Data**: Returns well-formatted paper metadata\n- **Fast & Reliable**: Built on FastMCP for optimal performance\n- **Extensible**: Easy to add new academic databases\n\n## \ud83d\ude80 Quick Start\n\n### 1. Install UV (one-time setup)\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n### 2. Add to MCP Client\n\nSimply add lit-mcp to your MCP client configuration - `uvx` will handle the rest automatically!\n\n## \ud83d\udd0c MCP Client Integration\n\n### Cursor IDE\n\nAdd to your MCP configuration (usually in `~/.cursor/mcp.json`):\n\n```json\n{\n \"mcpServers\": {\n \"lit-mcp\": {\n \"command\": \"uvx\",\n \"args\": [\"lit-mcp\"]\n }\n }\n}\n```\n\n<details>\n<summary><strong>Other MCP Clients (Claude Desktop, etc.)</strong></summary>\n\nAny MCP-compatible client can use lit-mcp with the same configuration pattern:\n\n```json\n{\n \"mcpServers\": {\n \"lit-mcp\": {\n \"command\": \"uvx\",\n \"args\": [\"lit-mcp\"]\n }\n }\n}\n```\n\n**Example Usage:**\n\nOnce configured, you can use the available tools in your MCP client:\n\n```text\n# Search tools\nSearch for 5 papers on \"machine learning transformers\" using arXiv.\nSearch for computer science papers on \"GPS trajectory\" using DBLP.\n\n# AI-powered prompts (as \"/\" commands in Cursor)\n/latest_info small language models\n/related_topics transformer architectures \n/author_spotlight computer vision\n```\n\n</details>\n\n## \ud83d\udcd6 Available Tools\n\n### Search Tools\n\n<details>\n<summary><strong>arxiv_search</strong></summary>\n\nSearch for academic papers on arXiv with advanced query capabilities.\n\n**Parameters:**\n\n- `query` (string): Search query (supports arXiv syntax like `au:Author_Name`, `ti:Title`, etc.)\n- `max_results` (integer, optional): Maximum number of results (default: 10)\n\n**Returns:**\n\n- List of paper objects with title, authors, publication date, summary, PDF URL, categories, and DOI\n\n**Example Queries:**\n\n```python\n# Search by author\n\"au:Gaurab_Chhetri\"\n\n# Search by title keywords\n\"ti:machine learning\"\n\n# Search by category\n\"cat:cs.AI\"\n\n# Combined search\n\"au:Chhetri AND ti:transport\"\n```\n\n</details>\n\n<details>\n<summary><strong>dblp_search</strong></summary>\n\nSearch for computer science publications in the DBLP database.\n\n**Parameters:**\n\n- `query` (string): Search query for computer science papers\n- `max_results` (integer, optional): Maximum number of results (default: 10)\n\n**Returns:**\n\n- List of publication objects with title, authors, venue, volume, number, pages, publisher, year, type, access, key, DOI, electronic edition link, and DBLP URL\n\n**Example Queries:**\n\n```python\n# Search for specific topics\n\"machine learning\"\n\"computer vision\"\n\"natural language processing\"\n\"GPS trajectory\"\n\"blockchain technology\"\n```\n\n</details>\n\n### AI-Powered Research Prompts\n\n<details>\n<summary><strong>latest_info</strong></summary>\n\nGenerate comprehensive summaries of the most recent innovations, trends, and papers in a research field.\n\n**Parameters:**\n\n- `topic` (string): Research field or topic to analyze\n\n**Returns:**\n\n- Well-structured Markdown document with recent papers, key trends, and insights\n\n**Features:**\n\n- Identifies latest papers (preferably within last 12 months)\n- Focuses on highly cited, emerging, or novel works\n- Provides structured summaries with PDF links\n- Includes \"Key Trends & Insights\" section\n- Beautifully formatted for easy reading\n\n**Example Usage:**\n\n```text\n# As MCP prompt\nGenerate latest information about \"small language models\"\nAnalyze recent trends in \"quantum machine learning\"\n\n# As \"/\" command in Cursor\n/latest_info small language models\n/latest_info quantum machine learning\n```\n\n</details>\n\n<details>\n<summary><strong>related_topics</strong></summary>\n\nDiscover related and emerging research areas connected to a given topic.\n\n**Parameters:**\n\n- `topic` (string): Research topic to explore connections for\n\n**Returns:**\n\n- Structured Markdown document with related topics, representative papers, and emerging intersections\n\n**Features:**\n\n- Identifies 3-6 distinct related topics or subfields\n- Shows connections between topics\n- Provides representative papers with summaries\n- Highlights emerging interdisciplinary areas\n- Reveals novel applications and fusion trends\n\n**Example Usage:**\n\n```text\n# As MCP prompt\nFind related topics for \"transformer architectures\"\nExplore connections around \"federated learning\"\n\n# As \"/\" command in Cursor\n/related_topics transformer architectures\n/related_topics federated learning\n```\n\n</details>\n\n<details>\n<summary><strong>author_spotlight</strong></summary>\n\nIdentify leading authors, labs, and research groups advancing innovation in a field.\n\n**Parameters:**\n\n- `topic` (string): Research field to analyze for key contributors\n\n**Returns:**\n\n- Structured Markdown document with top authors, their affiliations, notable papers, and collaborative networks\n\n**Features:**\n\n- Ranks authors by publication frequency and impact\n- Shows affiliations and research themes\n- Lists notable papers with summaries\n- Identifies collaborative networks and research groups\n- Highlights cross-institution projects\n\n**Example Usage:**\n\n```text\n# As MCP prompt\nFind leading authors in \"computer vision\"\nIdentify key researchers in \"natural language processing\"\n\n# As \"/\" command in Cursor\n/author_spotlight computer vision\n/author_spotlight natural language processing\n```\n\n</details>\n\n## \ud83d\udcca Example Output\n\n### arXiv Search Result\n\n```json\n{\n \"title\": \"Model Context Protocols in Adaptive Transport Systems: A Survey\",\n \"authors\": [\"Gaurab Chhetri\", \"Shriyank Somvanshi\", \"...\"],\n \"published\": \"2025-08-26T17:58:56+00:00\",\n \"summary\": \"The rapid expansion of interconnected devices...\",\n \"entry_id\": \"http://arxiv.org/abs/2508.19239v1\",\n \"pdf_url\": \"http://arxiv.org/pdf/2508.19239v1\",\n \"categories\": [\"cs.AI\"],\n \"doi\": null\n}\n```\n\n### DBLP Search Result\n\n```json\n{\n \"title\": \"GPS Trajectory Data Mining: A Survey\",\n \"authors\": [\"John Doe\", \"Jane Smith\"],\n \"venue\": \"IEEE Transactions on Knowledge and Data Engineering\",\n \"volume\": \"35\",\n \"number\": \"3\",\n \"pages\": \"1234-1250\",\n \"publisher\": \"IEEE\",\n \"year\": \"2023\",\n \"type\": \"Journal Articles\",\n \"access\": \"open\",\n \"key\": \"journals/tkde/DoeS23\",\n \"doi\": \"10.1109/TKDE.2023.1234567\",\n \"ee\": \"https://doi.org/10.1109/TKDE.2023.1234567\",\n \"url\": \"https://dblp.org/rec/journals/tkde/DoeS23.html\"\n}\n```\n\n## \ud83c\udfaf Real-World Example\n\nWe tested this MCP by adding to Cursor. The [output](./example/small-lang-models.md) was generated using the new AI-powered prompts and search tools. This comprehensive survey demonstrates the capabilities of lit-mcp:\n\n**Generated using:**\n\n- `latest_info` prompt for recent trends and innovations\n- `related_topics` prompt for connected research areas \n- `author_spotlight` prompt for key researchers and collaborations\n- `arxiv_search` tool for paper discovery and citations\n\n**Original prompt:**\n> I want to write a comprehensive survey paper on small language models. Can you create me a template along with fully detailed analysis of the contents? The writeup should be narrative (paragraph) style with minimal use of bullet points. Update to the file named small-lang-models.md and put the detailed contents there. Make sure to add accurate in-text citations as well to the content using markdown citation format, and also make sure to give the PDF links to all the papers. Use the arxiv tool.\n\n## \ud83d\udee0\ufe0f Development Installation\n\n### Prerequisites\n\n- Python 3.12\n- uv package manager\n\n<details>\n<summary><strong>Setup & Development Configuration</strong></summary>\n\n1. **Clone the repository**\n\n ```bash\n git clone https://github.com/gauravfs-14/lit-mcp.git\n cd lit-mcp\n ```\n\n2. **Install dependencies**\n\n ```bash\n # Install UV if not already installed\n curl -LsSf https://astral.sh/uv/install.sh | sh\n \n # Install project dependencies\n uv sync\n ```\n\n3. **Run the MCP server**\n\n ```bash\n uv run lit-mcp\n ```\n\n### Development Setup for MCP Clients\n\nIf you're developing locally, you can use the development setup:\n\n```json\n{\n \"mcpServers\": {\n \"lit-mcp\": {\n \"command\": \"uv\",\n \"args\": [\n \"--directory\",\n \"<absolute_path_to_the_cloned_repo>\",\n \"run\",\n \"lit-mcp\"\n ]\n }\n }\n}\n```\n\n</details>\n\n## \ud83e\udd1d Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for detailed information on how to contribute to this project.\n\n<details>\n<summary><strong>Quick Start for Contributors</strong></summary>\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Make your changes\n4. Run tests (`uv run python tests/test_basic.py`)\n5. Commit your changes (`git commit -m 'Add amazing feature'`)\n6. Push to the branch (`git push origin feature/amazing-feature`)\n7. Open a Pull Request\n\n**New contributors can help with:**\n\n- Adding new academic database integrations (PubMed, IEEE Xplore, ACM Digital Library)\n- Creating new AI-powered research prompts\n- Improving existing prompt templates\n- Adding new evaluation metrics and benchmarks\n- Enhancing documentation and examples\n\nFor detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n</details>\n\nThis project follows a [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a welcoming environment for all contributors.\n\n## \ud83d\ude4f Acknowledgments\n\n- [arXiv](https://arxiv.org/) for providing free access to academic papers\n- [DBLP](https://dblp.org/) for the comprehensive computer science bibliography\n- [arxiv-py](https://pypi.org/project/arxiv/) developers for the excellent Python wrapper\n- [DBLP API](https://dblp.org/faq/How+to+use+the+dblp+search+API) for providing direct access to computer science publications\n- [FastMCP](https://github.com/modelcontextprotocol/fastmcp) for the MCP server framework\n\n## \ud83c\udd98 Support\n\nIf you encounter any issues or have questions:\n\n1. Check the [Issues](https://github.com/gauravfs-14/lit-mcp/issues) page\n2. Create a new issue with detailed information\n3. Join our community discussions\n\n## \ud83d\udcc4 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A MCP server layer for existing APIs from popular sources e.g. arXiv, DBLP, etc. to help researchers expedite literature review process using LLMs and MCP Clients like Claude, Cursor, etc.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/gauravfs-14/lit-mcp",
"Issues": "https://github.com/gauravfs-14/lit-mcp/issues",
"Repository": "https://github.com/gauravfs-14/lit-mcp"
},
"split_keywords": [
"academic",
" arxiv",
" dblp",
" literature",
" mcp",
" papers",
" research"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c5395547a6e39e533c39b41cabe3dec08678cf5722d54111642f76385aa9fdb3",
"md5": "dace6bab743cc1b4887d46a4a98e7492",
"sha256": "eb0196acf3116599c853b137e65237c31b679593bc14cc137a5aa04920ede992"
},
"downloads": -1,
"filename": "lit_mcp-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dace6bab743cc1b4887d46a4a98e7492",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 13041,
"upload_time": "2025-10-09T19:50:26",
"upload_time_iso_8601": "2025-10-09T19:50:26.633082Z",
"url": "https://files.pythonhosted.org/packages/c5/39/5547a6e39e533c39b41cabe3dec08678cf5722d54111642f76385aa9fdb3/lit_mcp-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3891aa091a59351ecfd2d04046e98ce5f4235a58625047c8ca8bc2d2e103ffc5",
"md5": "708ce2367959f40a051df5f16ade808f",
"sha256": "0bf824bc60b27379b3fd8cd6e5a209c20d91271f243c63dd7d25ccc0dbd7abb8"
},
"downloads": -1,
"filename": "lit_mcp-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "708ce2367959f40a051df5f16ade808f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 57294,
"upload_time": "2025-10-09T19:50:27",
"upload_time_iso_8601": "2025-10-09T19:50:27.648415Z",
"url": "https://files.pythonhosted.org/packages/38/91/aa091a59351ecfd2d04046e98ce5f4235a58625047c8ca8bc2d2e103ffc5/lit_mcp-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-09 19:50:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gauravfs-14",
"github_project": "lit-mcp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lit-mcp"
}