OpenAgenda
Search, analyze and manage events on OpenAgenda.
Open source Repository Open in the app JSON README (API)
About
Search, analyze and manage events on OpenAgenda.
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- com.openagenda
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.3.2
- Stars
- 2
- Forks
- 1
- Open pull requests
- 1
- Last push
- 2026-08-26T07:23:12Z
- Repository state
- ativo
- Language
- JavaScript
- Added
- 2026-08-29 03:01:18
- Updated
- 2026-08-29 03:01:18
- Origin id
com.openagenda/mcp
README
# OpenAgenda Monorepo – **public** subtree Welcome to the **`public`** portion of the OpenAgenda (`oa`) monorepo. Here you’ll find all the open-source packages we publish on npm along with their documentation. --- ## ⚠️ Contributor notice (Yarn v4) This project uses **Yarn v4 / Berry**, which stores its workspace lockfile as `yarn.lock-workspace`. To avoid dependency conflicts and keep the Git history clean, **always rename the lockfile**: ```bash # Before you start working mv yarn.lock-workspace yarn.lock # …do your usual work: yarn install, yarn prepack, tests, etc. # Just before committing / pushing mv yarn.lock yarn.lock-workspace ``` ## Quick start ```bash yarn yarn prepack ``` Thanks for contributing! ✨