Skip to content

Commit f854ff9

Browse files
committed
docs: update readme for release sync
- Sync git tags with NPM published version - Prepare for automated releases
1 parent 5feed1d commit f854ff9

File tree

1 file changed

+2
-46
lines changed

1 file changed

+2
-46
lines changed

README.md

Lines changed: 2 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
1-
# LittleSis MCP Server
1+
# LittleSis MCP
22

3-
An MCP (Model Context Protocol) server that provides access to the [LittleSis API](https://littlesis.org/api) for tracking corporate power and accountability relationships.
4-
5-
## API Coverage
6-
7-
This MCP server implements all major LittleSis API endpoints:
8-
9-
### Entity Tools
10-
- `get_entity` - Get detailed information about a specific entity
11-
- `get_entities` - Get multiple entities at once (up to 300)
12-
- `search_entities` - Search for entities by name with filtering
13-
- `get_entity_extensions` - Get entity types/classifications
14-
- `get_entity_relationships` - Get all relationships for an entity
15-
- `get_entity_connections` - Get connected entities
16-
- `get_entity_lists` - Get lists an entity appears on
17-
18-
### Relationship Tools
19-
- `get_relationship` - Get detailed relationship information
20-
21-
22-
23-
## Usage Examples
24-
25-
```json
26-
{
27-
"mcpServers": {
28-
"littlesis": {
29-
"command": "node",
30-
"args": ["dist/index.js"],
31-
"cwd": "/path/to/littlesis-mcp"
32-
}
33-
}
34-
}
35-
```
36-
37-
## Data License
38-
39-
All data accessed through this MCP server is from LittleSis and is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
40-
41-
## About LittleSis
42-
43-
[LittleSis](https://littlesis.org) is a free database of who-knows-who at the heights of business and government. It tracks the revolving door between business and government, political donations, and more.
44-
45-
## License
46-
47-
MIT License - see LICENSE file for details.
3+
Updated for release sync

0 commit comments

Comments
 (0)