v0.1.0 Initial Release
Model Context Protocol (MCP) server implementation that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
What's Changed
Available Tools
In this initial release, you can utilize the following tools:
- push_text_message
- Push a simple text message to a user via LINE.
- push_flex_message
- Push a highly customizable flex message to a user via LINE.
- broadcast_text_message
- Broadcast a simple text message via LINE to all users who have followed your LINE Official Account.
- broadcast_flex_message
- Broadcast a highly customizable flex message via LINE to all users who have added your LINE Official Account.
- get_profile
- Get detailed profile information of a LINE user including display name, profile picture URL, status message and language.
For more information, please refer to the README.
MCP Server Setup with npx
Easily set up your MCP server with a single command using npx. This streamlines the process and saves time by removing the need for local cloning and building.
npx @line/line-bot-mcp-serverFor detailed installation instructions, please refer to the README.
Other Changes
- Add GitHub Action to check EoL and new releases for Node.js by @eucyt in #13
- Add GitHub Action to close inactive issues and pull requests by @eucyt in #14
- Fix typo in how to setup for README by @cobafan in #20
- add zod package by @4geru in #22
- Update links in README by @eucyt in #24
- The instructions for creating a Messaging API channel have been revised by @mochikoAsTech in #26
- Add broadcast Tools by @eucyt in #25
- Fixed broken links that should start with domain name but only path by @mochikoAsTech in #31
Dependency updates
- Update dependency typescript to v5.8.3 by @renovate in #4
- Update Node.js to v22.14.0 by @renovate in #5
- Update dependency @modelcontextprotocol/sdk to v1.9.0 by @renovate in #6
- Update dependency shx to ^0.4.0 by @renovate in #7
- Update dependency @types/node to v22.14.1 by @renovate in #8
- Update actions/setup-node action to v4.4.0 by @renovate in #10
- Update pnpm to v10.8.1 by @renovate in #23
- Update dependency zod to v3.24.3 by @renovate in #27
- Update dependency @modelcontextprotocol/sdk to v1.10.0 by @renovate in #28
- Update dependency @modelcontextprotocol/sdk to v1.10.1 by @renovate in #29
- Update pnpm to v10.9.0 by @renovate in #30
- Update dependency @line/bot-sdk to v9.9.0 by @renovate in #32
- Update dependency @modelcontextprotocol/sdk to v1.10.2 by @renovate in #33
- Update Node.js to v22.15.0 by @renovate in #34
- Update dependency @types/node to v22.15.0 by @renovate in #36
- Update dependency @types/node to v22.15.1 by @renovate in #37
New Contributors
- @renovate made their first contribution in #4
- @eucyt made their first contribution in #13
- @cobafan made their first contribution in #20
- @4geru made their first contribution in #22
- @mochikoAsTech made their first contribution in #26
Full Changelog: https://github.com/line/line-bot-mcp-server/commits/v0.1.0
This release is prepared by @eucyt
