Skip to content

release v0.3.1 #30

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2025
Merged
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
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @twilio-alpha/mcp

## 0.4.0

### Minor Changes

- filter by files in readSpec

### Patch Changes

- Updated dependencies
- @twilio-alpha/openapi-mcp-server@0.4.0

## 0.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-alpha/mcp",
"version": "0.3.0",
"version": "0.4.0",
"description": "This is a Model Context Protocol server that exposes all of Twilio APIs.",
"keywords": [
"model context protocol",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.1",
"@modelcontextprotocol/sdk": "^1.7.0",
"@twilio-alpha/openapi-mcp-server": "0.3.0",
"@twilio-alpha/openapi-mcp-server": "0.4.0",
"inquirer": "^12.5.0",
"minimist": "^1.2.8",
"openapi-types": "^12.1.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-mcp-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-alpha/openapi-mcp-server

## 0.4.0

### Minor Changes

- filter by files in readSpec

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-alpha/openapi-mcp-server",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Model Context Protocol server that to expose OpenAPI specs.",
"keywords": [
"model context protocol",
Expand Down