@meetlark/mcp-server 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -1
  2. package/server.json +14 -4
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@meetlark/mcp-server",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for MeetLark - agent-first meeting schedule poll - for humans and agents.",
5
+ "mcpName": "ai.meetlark/mcp-server",
5
6
  "type": "module",
6
7
  "bin": {
7
8
  "meetlark-mcp": "./dist/bin/cli.js"
package/server.json CHANGED
@@ -1,11 +1,21 @@
1
1
  {
2
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "ai.meetlark/mcp-server",
4
- "description": "Agent-first meeting schedule poll - for humans and agents. Create polls, collect availability votes, find times that work for groups. No accounts needed.",
5
- "version": "1.0.1",
4
+ "description": "Agent-first meeting schedule polls for humans and agents. Create polls, vote, find times.",
5
+ "version": "1.0.2",
6
+ "packages": [
7
+ {
8
+ "registryType": "npm",
9
+ "identifier": "@meetlark/mcp-server",
10
+ "version": "1.0.2",
11
+ "transport": {
12
+ "type": "stdio"
13
+ }
14
+ }
15
+ ],
6
16
  "remotes": [
7
17
  {
8
- "type": "sse",
18
+ "type": "streamable-http",
9
19
  "url": "https://meetlark.ai/mcp"
10
20
  }
11
21
  ]