
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
@coretext-ai/airtable-mcp-airtable-github-publish-test
Advanced tools
MCP server with Airtable integration for GitHub publishing
MCP server with Airtable integration for GitHub publishing
This MCP server was generated using the Template Orchestrator and includes the following integrations:
This MCP server provides 18 tools across 1 integrations:
npm install @coretext-ai/airtable-mcp-airtable-github-publish-test
Create a .env file with the following variables:
AIRTABLE_ACCESS_TOKEN=your_airtable_access_token_here
# Development mode
npm run dev
# Production mode
npm run build && npm start
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"airtable-mcp": {
"command": "npx",
"args": ["@coretext-ai/airtable-mcp-airtable-github-publish-test"],
"env": {
"AIRTABLE_ACCESS_TOKEN": "your_airtable_access_token_here"
}
}
}
}
This MCP server supports request cancellation according to the MCP cancellation specification. Clients can cancel in-progress requests by sending a notifications/cancelled message with the request ID.
When a request is cancelled:
The server supports progress notifications for long-running operations according to the MCP progress specification.
To receive progress updates:
progressToken in your request metadatanotifications/progress messages with:
Progress is reported for:
Example progress notification:
{
"method": "notifications/progress",
"params": {
"progressToken": "operation-123",
"progress": 45,
"total": 100,
"message": "Processing item 45 of 100..."
}
}
FAQs
MCP server with Airtable integration for GitHub publishing
The npm package @coretext-ai/airtable-mcp-airtable-github-publish-test receives a total of 5 weekly downloads. As such, @coretext-ai/airtable-mcp-airtable-github-publish-test popularity was classified as not popular.
We found that @coretext-ai/airtable-mcp-airtable-github-publish-test demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.