Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/connector-github.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/connector-google-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/connectors-kit.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/connectors-quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gemstack/example-connectors-quickstart

## 0.0.1

### Patch Changes

- Updated dependencies [b0430f9]
- @gemstack/connectors@0.1.0
2 changes: 1 addition & 1 deletion examples/connectors-quickstart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemstack/example-connectors-quickstart",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"description": "Runnable reference connector built with @gemstack/connectors: a read-only in-memory source, mounted into an MCP server and exercised with McpTestClient. Copy from this to write a real connector.",
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions packages/connector-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @gemstack/connector-github

## 0.1.0

### Minor Changes

- f360932: New package: the GitHub connector for GemStack AI orchestration. Read and act on issues, pull requests, and repository files over the GitHub REST API — `get-repo`, `list-issues`, `get-issue`, `list-pull-requests`, `get-pull-request`, `get-file`, `search-issues`, `comment-on-issue`, `create-issue`. Built with `@gemstack/connectors`; consumes a bearer token (PAT or OAuth) via the mount `credentials` seam. First real connector on the contract (epic #86).

### Patch Changes

- Updated dependencies [b0430f9]
- @gemstack/connectors@0.1.0
2 changes: 1 addition & 1 deletion packages/connector-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemstack/connector-github",
"version": "0.0.0",
"version": "0.1.0",
"description": "GitHub connector for GemStack AI orchestration: read and act on issues, pull requests, and repo files over the GitHub REST API. Built with @gemstack/connectors.",
"keywords": [
"mcp",
Expand Down
12 changes: 12 additions & 0 deletions packages/connector-google-drive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @gemstack/connector-google-drive

## 0.1.0

### Minor Changes

- 6e37d60: New package: the Google Drive connector for GemStack AI orchestration. Browse, read, and share Drive files over the Drive REST API (v3) — `get-about`, `list-files`, `search-files`, `get-file`, `get-file-content` (Docs/Sheets/Slides exported to text, other files downloaded), `list-permissions`, `create-folder`, `share-file`, `trash-file`. Built with `@gemstack/connectors`; consumes a Google OAuth 2.0 access token via the mount `credentials` seam. Second connector on the contract (epic #86).

### Patch Changes

- Updated dependencies [b0430f9]
- @gemstack/connectors@0.1.0
2 changes: 1 addition & 1 deletion packages/connector-google-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemstack/connector-google-drive",
"version": "0.0.0",
"version": "0.1.0",
"description": "Google Drive connector for GemStack AI orchestration: browse, read, and share Drive files over the Drive REST API. Built with @gemstack/connectors.",
"keywords": [
"mcp",
Expand Down
7 changes: 7 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @gemstack/connectors

## 0.1.0

### Minor Changes

- b0430f9: New package: the connector contract for GemStack AI orchestration. `defineConnector` declares a tool connector to an external service (its auth requirement + tools); `mountConnectors` composes any number into a single `@gemstack/mcp` server, namespacing tools by connector id and resolving credentials at call time. Built on `@gemstack/mcp`, framework-agnostic. First step of the connectors epic (GitHub, Google Drive to follow).
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gemstack/connectors",
"version": "0.0.0",
"version": "0.1.0",
"description": "The connector contract for GemStack AI orchestration: define a tool connector to an external service (GitHub, Google Drive, ...) once with `defineConnector`, compose any number into a single MCP server with `mountConnectors`. Built on @gemstack/mcp; framework-agnostic.",
"keywords": [
"mcp",
Expand Down